Search code examples
amazon-web-servicesdnsamazon-route53

Exporting DNS zonefile from Amazon Route 53


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)


Solution

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