Digital Marketing

How to install AWS Command Line Interface awscli

sudo yum -y install gcc python-devel python-setuptools
sudo easy_install -U pip
sudo pip install awscli
To upgrade, simply use the --upgrade option.
sudo pip install --upgrade awscli
To ensure that the AWS CLI is installed and set up correctly, type the following AWS CLI command at a command prompt:
aws help
To configure:
aws configure

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database