Skip to content

Instantly share code, notes, and snippets.

@ThabetAmer
Created December 8, 2021 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThabetAmer/09e4194cef1e85fca28999d249f6cb9c to your computer and use it in GitHub Desktop.
Save ThabetAmer/09e4194cef1e85fca28999d249f6cb9c to your computer and use it in GitHub Desktop.
Returns AWS account number from cli
aws sts --profile "${PROFILE:=default}" get-caller-identity --output text --query 'Account'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment