What’s an Auto Scaling Group?
- In real-life, the load on your websites and application can change
- In the cloud, you can create and get number of server very quickly
- The goal of an Auto Scaling Group (ASG) is to:
• Scale out (add EC2 instances) to match an increased load
• Scale in (remove EC2 instances) to…