Wednesday, November 28, 2018

AWS CLI install on server.



We need to below commands to get AWS CLI Installed.


#yum install python-pip
#pip install --upgrade pip
#pip install aws

Then

#pip install awscli==1.6.6

Now completed.

#aws --help

To configure AWS Auth do #aws configure

No comments:

Post a Comment

Create rpm and deb using fpm

Create rpm and deb using fpm  fpm -s dir -t rpm -n unbound-exporter -v 1.0 --prefix /usr/bin unbound_exporter   fpm -s dir -t rpm -n unbound...