AWS CloudFormation Template generator from Yaml specifications.
Project description
Version History
- Version:
v1.0.3
Initial release
Introduction
Infrastructure templates and utilities for building AWS CloudFormation stacks. Respawn uses cfn-pyplates to generate CloudFormation templates. Respawn digests a custom, easy to read/write YAML representation of a JSON CloudFormation template and resources, with the goal of generating CloudFormation templates based on python templates (pyplates!) that reflect the CloudFormation template hierarchy.
Respawn is a Python package that provides interfaces to Amazon Web Services - Cloudformation. It allows for easier and more user friendly and concise YAML keywords to create resources/parameters/userdata in CloudFormation stacks. This is used in Dow Jones professional information business pipeline and with success and has been modified to be as generic and serve all. Currently the library supports Python 2.7.
Documentation
Documentation is generated by sphinx and hosted on readthedocs
Services
At the moment, respawn supports:
AutoScaling
AutoScalingGroup
LifecycleHook
ScalingPolicy
ScheduledAction
CloudWatch
Alarm
Elastic Compute Cloud (EC2)
Instance
NetworkInterface
NetworkInterfaceAttachment
SecurityGroup
Volume
Elastic Load Balancing (ELB)
LoadBalancer
Relational Database Service (RDS)
DBInstance
Simple Notification Service (SNS)
Topic
The goal of respawn is to support the full breadth and depth of Amazon Web Services - resources. respawn is developed mainly using Python 2.7.x on Mac OSX and Ubuntu. It is known to work on Linux Distributions, Mac OS X and Windows.
Installation
To install respawn, simply:
Windows/Unix/Mac OS X
Open command prompt and execute pip command :
pip install respawn
Usage - Template Generation
to use respawn, in your command prompt/terminal :
$ respawn pathToYAML.yaml
to create & validate the JSON against AWS using boto and pipe output to a file:
$ respawn --validate pathToYAML.yaml > pathToJSON.json
to pipe the output to a file :
$ respawn pathToYAML.yaml > pathToJSON.json
Developing and Contribution
We’d love to get contributions from you! Take a look at the CONTRIBUTING.rst to see how to get your changes merged in.
License
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
File details
Details for the file respawn-1.0.3.tar.gz
.
File metadata
- Download URL: respawn-1.0.3.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f8fc8c67e52484823705821f85b6beaa5babe75defb14cd9ca0337bcb4e3e84 |
|
MD5 | 9c54bdf2f012af235afc39d3d02e0c81 |
|
BLAKE2b-256 | 20493168600a43847afa20fd5ee1ed3caf9ea2c150660bba092e0b45b0b094a5 |