Install AWS CLI
Install AWS tool
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
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