Skip to content

Instantly share code, notes, and snippets.

@bwinant
Last active April 18, 2018 08:53
Show Gist options
  • Save bwinant/20f3dbf135d2f218ae2e517703b5db1f to your computer and use it in GitHub Desktop.
Save bwinant/20f3dbf135d2f218ae2e517703b5db1f to your computer and use it in GitHub Desktop.
Usefult AWS CLI bits
# Get account id
aws sts get-caller-identity --output text --query 'Account'
# Get CF exported values
aws cloudformation list-exports | jq '.Exports[] | "\(.Name) = \(.Value)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment