Skip to content

Instantly share code, notes, and snippets.

@vpack
Created March 18, 2015 19:32
Show Gist options
  • Save vpack/73638cfeaa7702492a37 to your computer and use it in GitHub Desktop.
Save vpack/73638cfeaa7702492a37 to your computer and use it in GitHub Desktop.
CentOS AWS CLI Installation
sudo yum install wget
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment