Bird
0
0

What does the DesiredCapacity setting represent in an AWS Auto Scaling group?

easy📝 Conceptual Q1 of 15
AWS - Auto Scaling
What does the DesiredCapacity setting represent in an AWS Auto Scaling group?
AThe exact number of instances the group tries to maintain
BThe maximum number of instances allowed in the group
CThe minimum number of instances allowed in the group
DThe number of instances to launch during scaling activities
Step-by-Step Solution
Solution:
  1. Step 1: Understand DesiredCapacity meaning

    DesiredCapacity is the target number of instances the Auto Scaling group tries to keep running.
  2. Step 2: Differentiate from MinSize and MaxSize

    MinSize is the minimum allowed, MaxSize is the maximum allowed, but DesiredCapacity is the current target.
  3. Final Answer:

    The exact number of instances the group tries to maintain -> Option A
  4. Quick Check:

    DesiredCapacity = target instance count [OK]
Quick Trick: DesiredCapacity is the target count, not min or max [OK]
Common Mistakes:
  • Confusing DesiredCapacity with MinSize or MaxSize
  • Thinking DesiredCapacity is a limit instead of a target

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes