Skip to main content
Home
badllama.com
  • Search
  • Log In

AWS Troposphere Python CloudFormation

Sample Troposphere Template

cpeters's picture

Fri, 04/22/2016 - 15:27 by cpeters

This is a simple Python script one can use to bring a single server stack online with a new Elastic IP. Note that sometimes you'll have properties nested within properties, such as the rules nested within the security group below. The only way to define these that I've found is by defining them within the property -- that is, one cannot define them outside the "Properties" tag of the current resource. Network interfaces are also an example of this.

Tags: 
AWS Troposphere Python CloudFormation
  • Read more about Sample Troposphere Template
Powered by Backdrop CMS