Last active
April 11, 2016 08:55
-
-
Save ankit-rakha/cbea969c0844d959335f to your computer and use it in GitHub Desktop.
AWS CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp/ | |
curl -O https://bootstrap.pypa.io/get-pip.py | |
python get-pip.py | |
pip install awscli | |
pip install --upgrade awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment