Configure the AWS CLI utility for access AWS Services from window platform

Configure the AWS CLI utility from the window platform

  1. Download the AWS Command line interface tool and install.

2. Login to the AWS console and go to IAM setting of root user. On right above panel, expand and select the security credentials:

3. Generate the Access key for login in AWS CLI command.

4. It will give you the warning to save the access key for security reasons:

5. Download the CSV file of Access key used to configure the CLI window of AWS:

Note: Download the csv file and save it.

6. Configure the AWS CLI with your AWS Account:

Open the cmd window, run the aws configure command to setup the credential of login

7. Verify its working

After configure, you can verify by simple command like i have one S3 storage configure. I want to check it with aws cli window as shown below:

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.