Skip to content

Instantly share code, notes, and snippets.

@algotrader-dotcom
Last active June 17, 2016 16:11
Show Gist options
  • Select an option

  • Save algotrader-dotcom/93f836116243151dd66d5f67154bb390 to your computer and use it in GitHub Desktop.

Select an option

Save algotrader-dotcom/93f836116243151dd66d5f67154bb390 to your computer and use it in GitHub Desktop.
Install awscli
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