AWS Profile Setup Guide
Last updated
Last updated
To install aws cli, follow the instructions in .
Login to
Click on your username at top right corner and click on Security Credentials
Under Access keys click on Create access key --> Choose Command Line Interface (CLI) --> add some description for it -> Create
Either copy Access key ID and Secret access key displayed on the screen or download csv file.
Configure AWS Credentials
For example:
Fill the prompts, (use below mentioned values for region, output format)
Now you can verify your AWS configuration using below command.
You'll get output similar to below (ending with your username).