CloudFormation templates with troposphere
CloudFormation templates are great for automating the creation and destruction of AWS resources, but hand coding JSON is prone to errors and mistakes. A project called troposphere has been gaining traction and approaches writing CF templates a little differently. Instead of writing JSON, you create objects with the troposphere library ... Read more