Skip to content

Instantly share code, notes, and snippets.

@ssstonebraker
Last active March 29, 2021 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ssstonebraker/5642223b86be1ac30ce8dc9a92029d29 to your computer and use it in GitHub Desktop.
Save ssstonebraker/5642223b86be1ac30ce8dc9a92029d29 to your computer and use it in GitHub Desktop.

List accounts in org

aws organizations list-accounts | grep arn | awk -F'/' '{ print $3 }' | awk -F'"' '{ print $1 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment