Exporting DNS zonefile from Amazon Route 53

amazon-route53, amazon-web-services, dns

Solution

It's not possible yet. You'll have to use the API's `ListResourceRecordSets` and build the zonefile yourself.

Problem

I would like to export a DNS zonefile from my Amazon Route 53 setup. Is this possible, or can zonefiles only be created manually? (e.g. through http://www.zonefile.org/?lang=en)

Original source