Hacker News new | ask | show | jobs
by ninjay 3830 days ago
What are the current ways to make creating CloudFormation templates not so painful?
1 comments

You should check out troposphere (https://github.com/cloudtools/troposphere/) and stacker (https://github.com/remind101/stacker/). I'm a maintainer of both - we try to make CF easier by catching errors earlier, and allowing you to do things like write for loops, in troposphere. stacker tries to take your troposphere templates and tie them together as totally separate stacks.