Bird
0
0

Given the scheduled scaling configuration:

medium📝 Predict Output Q4 of 15
AWS - Auto Scaling
Given the scheduled scaling configuration:
{"ScheduledActionName": "EveningScaleDown", "StartTime": "2024-08-15T20:00:00Z", "DesiredCapacity": 3}

What will AWS Auto Scaling do at 8 PM UTC on August 15, 2024?
APause all scaling activities until further notice
BTerminate all instances in the Auto Scaling group
CIncrease the desired capacity by 3 instances
DSet the Auto Scaling group desired capacity to 3 instances
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the JSON snippet

    The action named "EveningScaleDown" is scheduled to start at the specified UTC time with DesiredCapacity set to 3.
  2. Step 2: Understand the effect of DesiredCapacity

    At the start time, the Auto Scaling group will adjust its desired capacity to exactly 3 instances.
  3. Final Answer:

    Set the Auto Scaling group desired capacity to 3 instances -> Option D
  4. Quick Check:

    DesiredCapacity sets exact instance count, not increments [OK]
Quick Trick: DesiredCapacity sets exact instance count at start time [OK]
Common Mistakes:
  • Assuming DesiredCapacity adds instances instead of setting exact count
  • Thinking scheduled scaling terminates all instances
  • Believing scheduled scaling pauses scaling activities

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes