Amazon Route 53 Zone Creation 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.
This Perl script generates CreatedHostedZoneRequest XML for a given zone origin to create a zone in Route 53.
Details
About This Sample
-
This Perl script accepts a zone origin and generates a
CreateHostedZoneRequest XML document which can be used
to create a hosted zone in Amazon Route 53.
Prerequisites
-
This sample was tested with
Perl 5.8.8.
-
The following Perl modules, which you can download from
CPAN:
- Data::GUID
- Sub::Exporter
- Data::OptList
- Sub::Install
- Params::Util
- Scalar::List::Utils
Running the Sample