Last active
June 17, 2016 16:11
-
-
Save algotrader-dotcom/93f836116243151dd66d5f67154bb390 to your computer and use it in GitHub Desktop.
Install awscli
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
| 1.Install | |
| $pip install --upgrade awscli | |
| 2. Configure | |
| $aws configure | |
| AWS Access Key ID: foo | |
| AWS Secret Access Key: bar | |
| ... | |
| 3. Verify | |
| $aws iam list-users | |
| 4. AWS CLI cheat sheet | |
| https://github.com/toddm92/aws/wiki/AWS-CLI-Cheat-Sheet | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment