Wednesday, December 6, 2017

Installing AWS CLI on Centos

How to install AWS CLI on Centos?

AWS CLI helps you a lot to interact with your AWS resources through CLI. This is good if you are an experienced person. As a pre-request, you need Python 2 version 2.6.5+ or Python 3 version 3.3+ in your machine.

1. Login to the server.
2. curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
3. unzip awscli-bundle.zip
4.
./awscli-bundle/install -b ~/bin/aws
5.  aws --version
 

No comments:

Post a Comment