- You need to have AWS CLI installed on your computer : https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
- Go to AWS Single Sign-On and loggin to your account.
- Setup a new IAM User in your AWS account with admin privileges and programmatic access.
- Open AWS Identity and Access Managment service (IAM) and add a user.
- Select Programmatic access and AWS Management Console access access types in Step 1 - Set User Details
- Attach AdministratorAccess policy in Step 2 -Set Permissions
- At the end of the process, write down the $USER_ACCESS_KEY and $USER_SECRET_ACCESS_KEY.
- Configure this user as a new
dojo-serverless
profile on your machine by running the following commandaws configure --profile dojo-serverless
:- AWS Access Key ID : $USER_ACCESS_KEY
- AWS Secret Access Key : $USER_SECRET_ACCESS_KEY
- Default region name :
eu-west-1
- Default output format :
json