AWS Shell:
sudo easy_install pip
sudo pip install aws-shell --upgrade --ignore-installed six
aws-shell
AWS CLI:
wget https://s3.amazonaws.com/aws-cli/awscli-bundle.zip
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
aws
EB CLI (Elastic Beanstalk):
pip install awsebcli --upgrade --user
You may be prompted to install Developer Tools, after which you’ll need to run this command again.
You may also be interested in: How to use MFA with AWS CLI
Reading:
Social