BIND to Amazon Route 53 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 a BIND zone file to ChangeResourceRecordSetsRequest XML used to add or remove records from Route 53.
Details
About This Sample
- A BIND zone file describes a DNS zone in a common text-based format.
-
This Perl script converts a BIND zone file to a
ChangeResourceRecordSetsRequest XML document
which can be used to add or remove records from an
Amazon Route 53 hosted zone.
Prerequisites
- This sample was tested with
Perl 5.8.8.
- The following Perl modules, which you can download from
CPAN:
- Net::DNS::ZoneFile
- NetAddr::IP
- Net::DNS
- Net::IP
- Digest::HMAC
- Digest::SHA1
- Digest::MD5
- MIME::Base64
Running the Sample