How to install AWS CLI on Linux / Mac operating system
It is slightly different than windows setup. we can use PIP to install aws-cli on Linux or mac machine. PIP what does it mean, it is a python package manager and it can also use to remove or upgrade python package.
Please follow steps below to install
Step 1: Install pip on Linux machine using command below.
>> sudo apt-get install python-pip
apt-get is a package manager for Ubuntu.
Note: If you're using Amazon Linux which is RedHat-based then use yum not apt-get.
Step 2: Install AWS CIL
>> sudo pip install awscli
You are done. To verify instillation check version by using command below.
>> aws --version
If you can see output below then it's verified.
Output>> aws-cli/1.10.66 Python/2.7.6 Linux / 4.4.0-38-generic bootcore / 1.4.56
Please note version can be changed as per latest version released.
Watch Video:
Related Posts:
What is AWS CLI (Amazon web services command line interface )
How to install AWS CLI on Linux / Mac operating system
Reviewed by Web Technology Funda
on
6:38:00 AM
Rating:
No comments