devops-exercises/topics/aws/exercises/asg_dynamic_scaling_policy/exercise.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

525 B

AWS Auto Scaling Groups - Dynamic Scaling Policy

Requirements

  1. Existing Auto Scaling Group with maximum capacity set to at least 3
  2. One running EC2 instance with max of 4 CPUs

Objectives

  1. Create a dynamic scaling policy with the following properties
  2. Track average CPU utilization
  3. Target value should be 70%
  4. Increase the CPU utilization to at least 70%
  5. Do you see change in number of instances?
  6. Decrease CPU utilization to less than 70%
  7. Do you see change in number of instances?