Cloud Formation Example

 Imagine you’re a System Administrator tasked with setting up a new environment.  Traditionally, this involves a long checklist: log into the console, click through menus to create a VPC, spin up three VMs, configure storage, attach security groups, and set up a load balancer. If you need a second environment for testing, you have to do it all over again, and hope you didn't miss a single checkbox.  AWS Cloud Formation turns that manual checklist into a text file.


cloud-formation-example