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
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
Post a Comment