AWS CLI Installation

To install AWS CLI, run the following commands in the command prompt:

  1. Run to install AWS CLI pip3.5 install awscli --ignore-installed six

  2. Run aws help to ensure AWS was installed properly

  3. Create the credentials file using aws configure.

  4. Run one of these commands, depending on your system:

cat  ~/.aws/credentials
Check  c:/User/<username>/.aws/credentials  file