AutoScaling Group
Validate Cloudwatch Event for AutoScaling group
- Go to CloudWatch, select All alarms
- We will see two types of alarms here:
- One event for scaling up if CPU usage >= 70% within 1 minute.
- Another for scaling down if CPU usage <= 20% within 1 minute.

- Click on webapp_cpu_utilization_high to see detailed event, validate in Description column and filter in Type column with value equals to Action:


- Click on webapp_cpu_utilization_low to see detailed event, validate in Description column and filter in Type column with value equals to Action:


As we can see, our application are automatically scaled up and down base on CPU usage.