You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prerequisites are to have a valid and activated AWS account and permissions to use "Translate" cognitive services
Prepare to configure AWS CLI
NB. Do not use the AWS account root user access key. The access key for the AWS account root user gives full access to all resources for all AWS services, including billing information. The permissions cannot be reduce for the AWS account root user access key.
Create a GROUP in the Console, such as cognitive, and assign TranslateFullAccess as Policy create-admin-group Select one or more policies to attach. Each group can have up to 10 policies attached.
Create a USER in the Console, such as aiuser, assign it to the GROUP, and save the credentials.csv file (store and keep it secret) create-admin-user
Run the aws configure command to configure the AWS CLI using the keys for the USER (aiuser)
NB. The command prompts for: access key, secret access key, AWS Region, and output format; stores this in a profile ("default"), this is used when running an AWS CLI command without explicitly specify another profile.
$ aws configure list
Name Value Type Location
---- ----- ---- --------
profile <not set> None None
access_key ****************MYVZ shared-credentials-file
secret_key ****************nEac shared-credentials-file
region <not set> None None