Skip to content

Instantly share code, notes, and snippets.

@thedoc31
Last active August 13, 2024 20:55
Show Gist options
  • Save thedoc31/72715a582dc43360e13606bd4d2b1dd5 to your computer and use it in GitHub Desktop.
Save thedoc31/72715a582dc43360e13606bd4d2b1dd5 to your computer and use it in GitHub Desktop.
Grab a list of all Route53 domain IDs for an account
Run from CLI or CloudShell
aws route53 list-hosted-zones | grep "Id" | grep -Eo 'Z[A-Z0-9]{8,32}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment