Exports zones from AWS Route53 in BIND format
10K+
Export all of your Route53 zones in BIND format and transfer them to S3
This is primarily designed to be run from AWS ECS as a scheduled task. As such, you will need:
If you wish to run from the command line, a sample docker run command is
docker run \
-e AWS_ACCESS_KEY_ID='YOUR_AK' \
-e AWS_SECRET_ACCESS_KEY='YOUR SK' \
signiant/route53-export s3://mybucket/mykey
Content type
Image
Digest
Size
35.9 MB
Last updated
about 9 years ago
docker pull signiant/route53-export