AWS CLI Installation
To install AWS CLI, run the following commands in the command prompt:
-
Run to install AWS CLI
pip3.5 install awscli --ignore-installed six
-
Run
aws help
to ensure AWS was installed properly -
Create the credentials file using
aws configure
. -
Run one of these commands, depending on your system:
cat ~/.aws/credentials
Check c:/User/<username>/.aws/credentials file
Updated about 4 years ago