This project contains useful utilitie(s) for working with AWS CLI. All of these require the AWS CLI.
Requirements
- Needs
jq
on the PATH - Needs
awscli
on the PATH
The route53-export.sh
script, taken from this SO post, will export a hosted zone from AWS Route 53 in BIND text format. This can be piped to a text file:
>> ./route53-export.sh example.com > example-com.zonefile.txt