Reading time: | 10 min |
Last updated: | 28 Aug 2024 |
Reading time: |
10 min |
Last updated: |
28 Aug 2024 |
This guide is intended to get you up and running with this tool quickly with the most common settings. For a thorough review of all options, refer to the official documentation.
In this section you will learn how to generate and configure Access keys. Access keys consist of an access key ID and secret access key, which are used to sign programmatic requests that you make to AWS.
Install the AWS CLI on your machine using the install guide .
Go to My Security Credentials
On Your Security Credentials page click on Create access key
Copy the Access key ID
and Secret access key
Run the following command to set up your AWS CLI:
aws configure
The output from the command will be similar to:
$ aws configure
AWS Access Key ID [****************OAGK]: AXXXXXXXXXXXXXXXXXXX
AWS Secret Access Key [****************t3iE]: uXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Default region name [us-east-2]: us-east-2
Default output format [json]: json
Replace the value of Access Key ID
, Secret Access Key
, region name
and output format
with your unique values.
After a successful configuration, you will be able to use the AWS CLI and automation tools like Terraform from the terminal.
How would you rate the overall quality of this tool quick-install guide?
What is the primary reason for your feedback ?
Thank you. We're grateful for your feedback on how to improve this tool quick-install guide.