Last active
January 29, 2020 09:32
-
-
Save yob/9151098d02a12c97410e77cdeb6fbe2e to your computer and use it in GitHub Desktop.
aws cli reference
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
| # list accounts I have access to in our org | |
| aws organizations list-accounts | |
| # list roles in our account | |
| aws iam list-roles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment