Last active
August 2, 2016 08:48
-
-
Save eon01/5cbad687ea876879385addd6cc2667db to your computer and use it in GitHub Desktop.
Install And Configure awscli on Ubuntu
This file contains hidden or 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
| sudo apt-get install -y python-pip | |
| sudo pip install awscli | |
| aws configure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment