Skip to content

Instantly share code, notes, and snippets.

@timvw
Created February 14, 2020 18:31
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 timvw/65fdc3410acf3297d79d40b1094287e4 to your computer and use it in GitHub Desktop.
Save timvw/65fdc3410acf3297d79d40b1094287e4 to your computer and use it in GitHub Desktop.
get-resources-in-all-regions.sh
aws ec2 describe-regions | \
jq -r '.Regions[] | .RegionName' | \
xargs -l aws resourcegroupstaggingapi get-resources --region | \
jq '.ResourceTagMappingList[] | .ResourceARN'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment