{ "info": { "author": "Adam Johnson", "author_email": "me@adamj.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Utilities" ], "description": "=========================\nroute53-to-cloudformation\n=========================\n\n.. image:: https://img.shields.io/pypi/v/route53-to-cloudformation.svg\n :target: https://pypi.python.org/pypi/route53-to-cloudformation\n\n.. image:: https://travis-ci.org/timeoutdigital/route53-to-cloudformation.svg?branch=master\n :target: https://travis-ci.org/timeoutdigital/route53-to-cloudformation\n\n\nA tool for dumping an existing Route53 Hosted Zone out as a CloudFormation\nYAML template. This can be useful for migrating the hosted zone into control\nunder CloudFormation.\n\nInstallation\n------------\n\nFrom pip:\n\n.. code-block:: bash\n\n pip install route53-to-cloudformation\n\nUsage\n-----\n\nCall the tool with the ID of the hosted zone you wish to convert into a fresh\nCloudFormation template. It will output it on stdout, so you can inspect it,\nor pipe it into a file.\n\n.. code-block:: bash\n\n $ route53-to-cloudformation ABC123 | head -n 3\n AWSTemplateFormatVersion: 2010-09-09\n Description: DNS for example.com\n Resources:\n $ route53-to-cloudformation ABC123 > mytemplate.yml\n\n\nHistory\n=======\n\nPending\n-------\n\n* Next version release notes here\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timeoutdigital/route53-to-cloudformation", "keywords": "aws", "license": "ISC License", "maintainer": "", "maintainer_email": "", "name": "route53-to-cloudformation", "package_url": "https://pypi.org/project/route53-to-cloudformation/", "platform": "", "project_url": "https://pypi.org/project/route53-to-cloudformation/", "project_urls": { "Homepage": "https://github.com/timeoutdigital/route53-to-cloudformation" }, "release_url": "https://pypi.org/project/route53-to-cloudformation/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Dump an existing Route53 Hosted Zone as a CloudFormation YAML template", "version": "1.0.0" }, "last_serial": 3161642, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "30060e9bb4b8e87b0350433ae00cabb3", "sha256": "7584d1de5f4dd210e2a089e17f6a311da882d39fe7b550cac1e06c370e6c6279" }, "downloads": -1, "filename": "route53_to_cloudformation-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "30060e9bb4b8e87b0350433ae00cabb3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5693, "upload_time": "2017-09-09T11:45:05", "url": "https://files.pythonhosted.org/packages/9b/74/4fd7f0931133b158d18932f66a28fcedc570945321c3c65c62d567c36623/route53_to_cloudformation-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a17a7c8f35560910c59e31d852073481", "sha256": "e187c55c033970a22f7be1e54d69f552bcc8c154f4322e46b7b3ecd8ad7e548a" }, "downloads": -1, "filename": "route53-to-cloudformation-1.0.0.tar.gz", "has_sig": true, "md5_digest": "a17a7c8f35560910c59e31d852073481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4491, "upload_time": "2017-09-09T11:45:03", "url": "https://files.pythonhosted.org/packages/06/10/ae73285cfd0c85385025af931dfe29e66cb593fa88562f9d2cfd68040c29/route53-to-cloudformation-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30060e9bb4b8e87b0350433ae00cabb3", "sha256": "7584d1de5f4dd210e2a089e17f6a311da882d39fe7b550cac1e06c370e6c6279" }, "downloads": -1, "filename": "route53_to_cloudformation-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "30060e9bb4b8e87b0350433ae00cabb3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5693, "upload_time": "2017-09-09T11:45:05", "url": "https://files.pythonhosted.org/packages/9b/74/4fd7f0931133b158d18932f66a28fcedc570945321c3c65c62d567c36623/route53_to_cloudformation-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a17a7c8f35560910c59e31d852073481", "sha256": "e187c55c033970a22f7be1e54d69f552bcc8c154f4322e46b7b3ecd8ad7e548a" }, "downloads": -1, "filename": "route53-to-cloudformation-1.0.0.tar.gz", "has_sig": true, "md5_digest": "a17a7c8f35560910c59e31d852073481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4491, "upload_time": "2017-09-09T11:45:03", "url": "https://files.pythonhosted.org/packages/06/10/ae73285cfd0c85385025af931dfe29e66cb593fa88562f9d2cfd68040c29/route53-to-cloudformation-1.0.0.tar.gz" } ] }