A
asg
Projects with this topic
-
Create a Cloudformation template to deploy the website, using ASG, launch Template and Load balancer The cloudformation template should create the following resources:
An autoscaling Launch Template with the appropriate userdata script and instance profile
Autoscaling group with a desired capacity of 2 and the minimum capacity of 1, maximum capacity should be 3.
Load balancer to handle the traffic to the instances in the autoscaling group
The cloudformation Template will reference multiple VPCs, subnets, keypairs and can assume any I am role. to aid multiple deployments.
Updated