Skip to main content

Dump an existing Route53 Hosted Zone as a CloudFormation YAML template

Project description

https://img.shields.io/pypi/v/route53-to-cloudformation.svg https://travis-ci.org/timeoutdigital/route53-to-cloudformation.svg?branch=master

A tool for dumping an existing Route53 Hosted Zone out as a CloudFormation YAML template. This can be useful for migrating the hosted zone into control under CloudFormation.

Installation

From pip:

pip install route53-to-cloudformation

Usage

Call the tool with the ID of the hosted zone you wish to convert into a fresh CloudFormation template. It will output it on stdout, so you can inspect it, or pipe it into a file.

$ route53-to-cloudformation ABC123 | head -n 3
AWSTemplateFormatVersion: 2010-09-09
Description: DNS for example.com
Resources:
$ route53-to-cloudformation ABC123 > mytemplate.yml

History

Pending

  • Next version release notes here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

route53-to-cloudformation-1.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

route53_to_cloudformation-1.0.0-py2.py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page