08 / 08

How to set up each scaling policy, and what are the parameters

Setting up Scaling Policies

Scaling policies are configured by defining the trigger metric and the action to be taken when a threshold is met.

Policy Parameters
  1. 1

    Target Tracking: Requires a target metric value (e.g., 50% CPU). The ASG automatically calculates the adjustments needed.

  2. 2

    Step Scaling: Requires an alarm threshold, an adjustment type (change/percent), and a cooldown period to prevent thrashing.

  3. 3

    Scheduled Scaling: Requires a cron expression or specific time, and the new capacity value (Min, Max, Desired).