Created
June 7, 2021 14:56
-
-
Save thomaswitt/e7b6b08d2d6c94fb91d80a8cfc2f20a8 to your computer and use it in GitHub Desktop.
aws_get_route53_records
This file contains 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 --profile MY_PROFILE route53 list-resource-record-sets --hosted-zone-id '/hostedzone/ZOHE_ID' --output json | jq -jr '.ResourceRecordSets[] | "\(.Name) \t\(.TTL) \t\(.Type) \t\(.ResourceRecords[]?.Value)\n"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment