Skip to content

Instantly share code, notes, and snippets.

@mijdavis2
Created October 13, 2022 16:11
Show Gist options
  • Save mijdavis2/4bdf2aa1bee2cb97abc1949c317edb5f to your computer and use it in GitHub Desktop.
Save mijdavis2/4bdf2aa1bee2cb97abc1949c317edb5f to your computer and use it in GitHub Desktop.
Get info on a route53 record set
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