Created
August 25, 2021 22:13
-
-
Save tfentonz/bed18186833e23eccbad9aed58cc4bd0 to your computer and use it in GitHub Desktop.
List Route 53 Domains ending with .com.au
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
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