Last active
August 13, 2024 20:55
-
-
Save thedoc31/72715a582dc43360e13606bd4d2b1dd5 to your computer and use it in GitHub Desktop.
Grab a list of all Route53 domain IDs for an account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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