Sunday, July 13, 2014




AWS CloudFormation gives developers and systems administrators an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion. 
Creating and explain what a template that contains:
• Elastic load balancer 
• Auto scaling group 
• Launch config 
• EC2 instance with user data to turn on a simple webserver to show functionality 
At the end of this template you should be able to goto the Elastic load balancer's IP address and view a webpage.  This will all be created with one simple CloudFormation template.

No comments:

Post a Comment