Created
October 13, 2022 16:11
-
-
Save mijdavis2/4bdf2aa1bee2cb97abc1949c317edb5f to your computer and use it in GitHub Desktop.
Get info on a route53 record set
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 route53 list-resource-record-sets --hosted-zone-id SOME_ZONE_ID --output json | jq '.ResourceRecordSets[] | select(.Name | startswith("some.example.com"))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment