Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

timeoutdigital/route53-to-cloudformation

Repository files navigation

route53-to-cloudformation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages