DevOps(Day-55) : AWS Auto-Scaling group

 

  1. Navigate to the Auto scaling group section and give a name to the group that will be created. Select the template that we have created in the above task.

  2. Provide the subnet you want to keep your servers at.

  3. Provide the desired capacity and maximum capacity of the group to create servers.

  4. Review and now create the group.

  5. Now, navigate to the instance section and you can see 6 servers.

    Out of 6, 3 servers were created for above task 1 and the rest 3 are spun up by the Auto-Scaling group as the desired field we gave is 3.

Thanks for reading my article. Have a nice day.

Comments

Popular posts from this blog

DevOps(Day-97): Meta-Arguments in Terraform

DevOps(Day-95): Auto Scaling with Terraform

DevOps (Day-1) Introduction