Bird
0
0

You configured an Auto Scaling group with MinSize=3, MaxSize=5, and DesiredCapacity=6. What is the problem?

medium📝 Debug Q14 of 15
AWS - Auto Scaling
You configured an Auto Scaling group with MinSize=3, MaxSize=5, and DesiredCapacity=6. What is the problem?
ADesiredCapacity cannot be greater than MaxSize
BMinSize cannot be less than DesiredCapacity
CMaxSize cannot be less than MinSize
DNo problem, this configuration is valid
Step-by-Step Solution
Solution:
  1. Step 1: Check relationship between capacities

    DesiredCapacity must be between MinSize and MaxSize inclusive.
  2. Step 2: Compare values

    DesiredCapacity is 6, but MaxSize is 5, which is less than DesiredCapacity.
  3. Step 3: Identify error

    This violates the rule that DesiredCapacity cannot exceed MaxSize.
  4. Final Answer:

    DesiredCapacity cannot be greater than MaxSize -> Option A
  5. Quick Check:

    DesiredCapacity ≤ MaxSize [OK]
Quick Trick: DesiredCapacity must be ≤ MaxSize [OK]
Common Mistakes:
  • Setting DesiredCapacity higher than MaxSize
  • Confusing MinSize and MaxSize roles
  • Assuming any values are allowed

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes