Install AWS CLI

Install AWS tool

sudo pip3 install awscli --upgrade

Generate AWS IAM Access Key

Click here for instructions on how to generate an access key from the AWS IAM console

Configure CLI

Run the AWS CLI command

aws configure

Then, input the following parameters

AWS Access Key ID: Downloaded from AWS IAM console.

AWS Secret Access Key: Downloaded from AWS IAM console.

Default region name: The user's preferred AWS Region

Default output format: [Return/Enter] to use the default.

Last updated