Lono is a CloudFormation framework tool that helps you build your CloudFormation templates and manage the entire CloudFormation stack lifecycle. It enables you to craft the templates and takes you all the way to the final infrastructure provisioning step.
Lono has been been successfully used to manage over hundreds of CloudFormation templates. It automates an otherwise painstakingly manual process of managing your CloudFormation workflow.
Commands are short and easy to learn
The first stage of lono is you crafting the CloudFormation templates. Once your templates are written you generate the templates with lono build
.
You then specify the desired parameters that you want the CloudFormation template to launch with. You do this with env-like params files. The format is easy on the eyes.
Lono automatically generates scripts, templates and params files and launches the stack for you. Lono puts it all together and simplifies the ordinarily complicated multiple step manual process down to a single command!