Dump an existing Route53 Hosted Zone as a CloudFormation YAML template
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file route53-to-cloudformation-1.0.0.tar.gz.
File metadata
- Download URL: route53-to-cloudformation-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e187c55c033970a22f7be1e54d69f552bcc8c154f4322e46b7b3ecd8ad7e548a
|
|
| MD5 |
a17a7c8f35560910c59e31d852073481
|
|
| BLAKE2b-256 |
0610ae73285cfd0c85385025af931dfe29e66cb593fa88562f9d2cfd68040c29
|
File details
Details for the file route53_to_cloudformation-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: route53_to_cloudformation-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7584d1de5f4dd210e2a089e17f6a311da882d39fe7b550cac1e06c370e6c6279
|
|
| MD5 |
30060e9bb4b8e87b0350433ae00cabb3
|
|
| BLAKE2b-256 |
9b744fd7f0931133b158d18932f66a28fcedc570945321c3c65c62d567c36623
|