Configure the AWS CLI

To install and configure the AWS command-line interface, do the following:

  1. Install the AWS CLI.

  2. Configure the AWS CLI with your AWS credentials.

  3. Configure the AWS CLI to use your chosen AWS region:

    aws configure set default.region AWS_REGION
    

    Replace AWS_REGION with the name of a supported AWS region.

What's next