Bird
0
0

If an Auto Scaling group has a cooldown period of 300 seconds and a scale-in event occurs at 1:00:00 PM, what will happen if another scale-in event is triggered at 1:04:00 PM?

medium📝 service behavior Q5 of 15
AWS - Auto Scaling
If an Auto Scaling group has a cooldown period of 300 seconds and a scale-in event occurs at 1:00:00 PM, what will happen if another scale-in event is triggered at 1:04:00 PM?
AThe second scale-in event proceeds because cooldown ended
BBoth scale-in events are combined into one
CThe cooldown period extends automatically
DThe second scale-in event is ignored because cooldown is active
Step-by-Step Solution
Solution:
  1. Step 1: Calculate time between scale-in events

    From 1:00:00 PM to 1:04:00 PM is 240 seconds.
  2. Step 2: Compare with cooldown period

    Cooldown is 300 seconds, so 240 seconds is less than cooldown, meaning cooldown is still active.
  3. Step 3: Understand scale-in cooldown behavior

    Scale-in events respect cooldown and block new scale-in during cooldown.
  4. Final Answer:

    The second scale-in event is ignored because cooldown is active -> Option D
  5. Quick Check:

    Scale-in cooldown blocks events = true [OK]
Quick Trick: Cooldown blocks scale-in events until time passes [OK]
Common Mistakes:
MISTAKES
  • Assuming scale-in events ignore cooldown
  • Thinking cooldown extends automatically
  • Believing scale-in events combine automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes