Skip to content

Instantly share code, notes, and snippets.

@spensireli
Last active September 20, 2022 18:57
Show Gist options
  • Save spensireli/e6046349a34ace803ff12c17a5f91516 to your computer and use it in GitHub Desktop.
Save spensireli/e6046349a34ace803ff12c17a5f91516 to your computer and use it in GitHub Desktop.
Quick-Route53-Backup
aws route53 list-resource-record-sets --hosted-zone-id "/hostedzone/ZXXXX" | jq -r '.ResourceRecordSets[] | [.Name,.TTL,.Type,(.ResourceRecords[]?|.Value),.AliasTarget.DNSName?] | @tsv' > output.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment