You created a step scaling policy but it never triggers. Which of the following is a likely cause?
medium📝 Debug Q6 of 15
AWS - Auto Scaling
You created a step scaling policy but it never triggers. Which of the following is a likely cause?
AThe Auto Scaling group has no instances
BThe scaling adjustment is set to zero
CThe CloudWatch alarm is not in the ALARM state
DThe policy type is set to TargetTrackingScaling
Step-by-Step Solution
Solution:
Step 1: Check alarm state requirement
Step scaling policies trigger only when the linked CloudWatch alarm is in ALARM state.
Step 2: Evaluate other options
Scaling adjustment zero means no change but policy still triggers; TargetTrackingScaling is a different policy; no instances does not prevent triggering.
Final Answer:
The CloudWatch alarm is not in the ALARM state -> Option C
Quick Check:
Alarm state ALARM required for step scaling trigger [OK]
Quick Trick:Step scaling needs alarm in ALARM state to trigger [OK]
Common Mistakes:
Ignoring alarm state
Confusing policy types
Master "Auto Scaling" in AWS
9 interactive learning modes - each teaches the same concept differently