Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
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
Release files for route53-to-cloudformation 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| route53-to-cloudformation-1.0.0.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| route53_to_cloudformation-1.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 10.2 kB
Release files / route53-to-cloudformation-1.0.0.tar.gz
| Download URL | route53-to-cloudformation-1.0.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e187c55c033970a22f7be1e54d69f552bcc8c154f4322e46b7b3ecd8ad7e548a
|
|
BLAKE2b-256 checksum How to use checksums |
0610ae73285cfd0c85385025af931dfe29e66cb593fa88562f9d2cfd68040c29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / route53_to_cloudformation-1.0.0-py2.py3-none-any.whl
| Download URL | route53_to_cloudformation-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7584d1de5f4dd210e2a089e17f6a311da882d39fe7b550cac1e06c370e6c6279
|
|
BLAKE2b-256 checksum How to use checksums |
9b744fd7f0931133b158d18932f66a28fcedc570945321c3c65c62d567c36623
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |