Amazon Route 53 to BIND Conversion Tool
Community Contributed Software
-
Amazon Web Services provides links to these packages as a convenience for our customers,
but software not authored by an "@AWS" account has not been reviewed or screened by AWS.
-
Please review this software to ensure it meets your needs before using it.
A BIND zone file describes a DNS zone in a common text-based format. This Perl script converts ListResourceRecordSetsResponse XML from the Route 53 API to BIND zone file format.
Details
About This Sample
-
A BIND zone file describes a DNS zone in a common text-based format.
-
This Perl script converts ListResourceRecordSetsResponse XML
from the Amazon Route 53 API to the BIND zone file format.
Prerequisites
- This sample was tested with
Perl 5.8.8.
-
The following Perl modules, which you can download from
CPAN:
- XML::Simple
- Net::DNS
- Net::IP
- Digest::HMAC
- Digest::SHA1
- Digest::MD5
- MIME::Base64
Running the Sample