AWS CLI install

AWS Tools installed under Ubuntu

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"

sudo python get-pip.py

sudo pip install awscli

AWS CLI Client configure

aws configure

 

How to remove

sudo pip uninstall awscli
 
 
sudo rm -rf /usr/local/aws
sudo rm /usr/local/bin/aws

 

One thought on “AWS CLI install

  1. Pingback: AWS S3 Sync Buckets | Konkretor Blog, IT Stuff and more

Leave a comment