99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
525 B
525 B
AWS Auto Scaling Groups - Dynamic Scaling Policy
Requirements
- Existing Auto Scaling Group with maximum capacity set to at least 3
- One running EC2 instance with max of 4 CPUs
Objectives
- Create a dynamic scaling policy with the following properties
- Track average CPU utilization
- Target value should be 70%
- Increase the CPU utilization to at least 70%
- Do you see change in number of instances?
- Decrease CPU utilization to less than 70%
- Do you see change in number of instances?