Skip to content

Instantly share code, notes, and snippets.

@christian-korneck
Last active October 16, 2021 13:24
Show Gist options
  • Save christian-korneck/b0dfb98002345194ba07cae434991ece to your computer and use it in GitHub Desktop.
Save christian-korneck/b0dfb98002345194ba07cae434991ece to your computer and use it in GitHub Desktop.
get aws account id
# get asws account id
aws sts get-caller-identity --query Account --output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment