Recall & Review
beginner
What is the minimum capacity in an Auto Scaling group?
The minimum capacity is the smallest number of instances that the Auto Scaling group will keep running at all times, even if demand is low.
Click to reveal answer
beginner
Define maximum capacity in the context of Auto Scaling.
Maximum capacity is the highest number of instances the Auto Scaling group can scale out to, preventing it from launching more than this number.
Click to reveal answer
beginner
What does desired capacity mean in an Auto Scaling group?
Desired capacity is the target number of instances the Auto Scaling group tries to maintain, balancing between minimum and maximum capacity.
Click to reveal answer
intermediate
Why is it important to set a minimum capacity in Auto Scaling?
Setting a minimum capacity ensures your application always has enough instances running to handle basic traffic and stay available.
Click to reveal answer
intermediate
How do minimum, maximum, and desired capacity work together?
Minimum sets the floor, maximum sets the ceiling, and desired capacity is the current target number of instances between those limits.
Click to reveal answer
What happens if the desired capacity is set below the minimum capacity in an Auto Scaling group?
✗ Incorrect
The Auto Scaling group will not go below the minimum capacity, so it keeps at least that many instances running.
If you want to limit costs but still handle traffic spikes, which capacity setting should you adjust?
✗ Incorrect
Maximum capacity limits how many instances can run, controlling costs during traffic spikes.
Which capacity value does Auto Scaling try to maintain under normal conditions?
✗ Incorrect
Desired capacity is the target number of instances Auto Scaling tries to keep running.
What is the risk of setting minimum capacity too high?
✗ Incorrect
A high minimum capacity means more instances always run, increasing costs even when demand is low.
If traffic suddenly drops, what will Auto Scaling do if desired capacity is above minimum capacity?
✗ Incorrect
Auto Scaling will reduce instances but not below the minimum capacity.
Explain in your own words how minimum, maximum, and desired capacity settings affect an Auto Scaling group.
Think of minimum as a safety net, maximum as a limit, and desired as the current goal.
You got /4 concepts.
Describe a real-life example where adjusting minimum, maximum, and desired capacity would help manage an application’s performance and cost.
Imagine a store that needs more workers during busy times but fewer when quiet.
You got /4 concepts.