AWS Auto Scaling Group (ASG) Introduction
What is AWS Auto Scaling Group (ASG)?
ASG is a collection of EC2 instances managed as a single unit, these EC2 instances is treated as a logical grouping for the purposes of automatic scaling and management.
In real-life, the load on our application can change, this is where ASG come into play. We can quickly scale up or down application servers.
The goal of an ASG:
ASG Attributes