Wednesday, August 8, 2018

How to install awscli on centos 7

Notes:
Install the AWS CLI Using the Bundled Installer (Linux, OS X, or Unix)
$ python --version  
if your computer doesn't already have Python 2.6 or 3+version then installed python.
To install pip on Linux:
step1: $curl -O https://bootstrap.pypa.io/get-pip.py
step2: $ sudo python2.7 get-pip.py
Install the AWS CLI Using pip: Linux, OS X, or Unix
 $sudo pip install awscli

verify: $ aws help

No comments:

Post a Comment