This template creates an Auto Scaling Group for a web server group. It also creates a Wait Condition Handle and a Wait Condition. The Wait Condition waits for the desired number of instances in the Auto Scaling Group to be created. The Wait Condition has a timeout of 300 seconds and the count is determined by the value of the WebServerCapacity parameter.

WebServerGroup
AWS::AutoScaling::AutoScalingGroup


AvailabilityZones

LoadBalancerNames

VPCZoneIdentifier

WaitHandle
AWS::CloudFormation::WaitConditionHandle


WaitCondition
AWS::CloudFormation::WaitCondition


CloudFormation Template

Share Template