AWS CLI Installation


Posted by BrainChildRalph on December 7, 2018, modified on December 7, 2018

摘要


AWS Command Line

Install AWS Command Line on Ubuntu 16.04
sudo apt-get update
sudo apt-get install -y python-pip python-dev libyaml-dev
sudo pip install awscli
Configure AWS CLI Crendentials

After installation, use ‘aws configure’ command to configure credentials.

$ aws configure

Prompt output:

AWS Access Key ID [None]: AWSACESSKEYID!!!!!!!
AWS Secret Access Key [None]: AWSSecretAccessKey!!!!!!!!!!!!!!!!!!!!!!
Default region name [None]: us-west-2
Default output format [None]: json
本站總訪問量訪客