AWS Auto Scaling Group
Last updated
Last updated
To create the Auto Scaling Scenario we will have complete the following steps :
Create a VPC having two subnets (Public & Private).
Creating the Internet gateway & associate with with the VPC just created.
Create the routing gateway tables to assign the subnet associations & assign it to the subnets to pass the route of "Internet Gateway" to "0.0.0.0/0" to access internet.
Create the AWS AutoScaling Group , Target Group & the ALB (Internet Facing)
Create a security group to allow connections over the instances & set the Minimum desired capacity "2" & max desired capacity to "3" in the Autoscaling group to resource bind AWS
Here we have sucessfullt configured the autoscaling group & ALB setup on the AWS VPC