...

/

How to Access AWS CLI Credentials

How to Access AWS CLI Credentials

Learn how to access the credentials to use the AWS CLI.

Configuration with aws configure

Once you have the access keys, you may run the following command in the AWS CLI to save the keys to your local machine:

Press + to interact
aws configure

When you enter the above command, the AWS CLI prompts you for four pieces of information:

  • AWS Access Key ID: This provides the access key ID that you set up in the ...