Introducing CloudFormation Conditionals
Back in November 2013 Amazon added a much requested feature to CloudFormation, the ability to conditionally include resources or their properties in to a stack. As an example I’m currently using this as a small cost saving measure to ensure only my production RDS instances have PIOPs applied to them while being able to build each environment from a single template.
CloudFormation Conditionals live in their own section of a CloudFormation template.
Read on →