0
0
AWScloud~5 mins

Minimum, maximum, and desired capacity in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AThe group will scale up to the maximum capacity.
BThe group will maintain the minimum capacity instead.
CThe group will scale down to the desired capacity anyway.
DThe group will stop all instances.
If you want to limit costs but still handle traffic spikes, which capacity setting should you adjust?
ANone of the above
BMinimum capacity
CDesired capacity
DMaximum capacity
Which capacity value does Auto Scaling try to maintain under normal conditions?
AMinimum capacity
BMaximum capacity
CDesired capacity
DZero
What is the risk of setting minimum capacity too high?
AHigher costs due to more running instances
BSlower scaling
CInstances may stop unexpectedly
DNo risk at all
If traffic suddenly drops, what will Auto Scaling do if desired capacity is above minimum capacity?
AScale down to minimum capacity
BScale up to maximum capacity
CKeep current instances running
DTerminate all instances
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.