Skip to content

Instantly share code, notes, and snippets.

@tfentonz
Created August 25, 2021 22:13
Show Gist options
  • Save tfentonz/bed18186833e23eccbad9aed58cc4bd0 to your computer and use it in GitHub Desktop.
Save tfentonz/bed18186833e23eccbad9aed58cc4bd0 to your computer and use it in GitHub Desktop.
List Route 53 Domains ending with .com.au
aws route53domains list-domains \
--query 'Domains[?ends_with(DomainName, `.com.au`)].{DomainName:DomainName}' \
--output text \
--profile us-east-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment