AWS Credentials
How do I install AWS Credentials?
| Reading time: | 10 min |
| Last updated: | 22 Jun 2026 |
| Reading time: |
| 10 min |
| Last updated: |
| 22 Jun 2026 |
This guide shows you how to install and use the tool with the most common configuration. For advanced options and complete reference information, see the official documentation. Some install guides also include optional next steps to help you explore related workflows or integrations.
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.
What should I do before generating AWS Access keys?
Install the AWS CLI on your machine using the install guide .
How do I generate AWS Access keys (access key ID and secret access key)?
Go to My Security Credentials
On Your Security Credentials page click on Create access key
Access keys
Copy the Access key ID and Secret access key
Copy keys
How do I configure the AWS CLI?
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.
Give Feedback
How would you rate this tool quick-install guide?
What is the primary reason for your feedback ?
Thank you! We're grateful for your feedback.
- Have more feedback? Log an issue on GitHub.
- Want to collaborate? Join our Discord server.