0
0
AWScloud~5 mins

Scaling policies (target tracking, step, simple) in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a simple scaling policy in AWS Auto Scaling?
A simple scaling policy adds or removes a fixed number of instances when a specific CloudWatch alarm triggers. It reacts directly to a threshold being crossed.
Click to reveal answer
intermediate
How does a step scaling policy differ from a simple scaling policy?
Step scaling adjusts the number of instances in steps based on how much a metric deviates from a threshold. Larger deviations cause bigger scaling actions.
Click to reveal answer
beginner
What is target tracking scaling in AWS Auto Scaling?
Target tracking scaling automatically adjusts capacity to keep a metric, like CPU usage, close to a target value you set, similar to a thermostat keeping temperature steady.
Click to reveal answer
intermediate
Why is target tracking scaling often preferred over simple or step scaling?
Because it automatically adjusts capacity to maintain a target metric, it requires less manual tuning and responds smoothly to changes in demand.
Click to reveal answer
beginner
What role do CloudWatch alarms play in simple and step scaling policies?
CloudWatch alarms monitor metrics and trigger scaling actions when thresholds are crossed, acting as the signal for scaling up or down.
Click to reveal answer
Which scaling policy automatically adjusts capacity to keep a metric near a target value?
ASimple scaling
BStep scaling
CManual scaling
DTarget tracking scaling
In step scaling, what determines the size of the scaling adjustment?
AFixed number of instances every time
BHow far the metric is from the threshold
CTime of day
DRandom selection
What triggers scaling actions in simple and step scaling policies?
AUser manual input
BFixed schedule
CCloudWatch alarms
DRandom events
Which scaling policy is most like a thermostat keeping temperature steady?
ATarget tracking scaling
BStep scaling
CSimple scaling
DManual scaling
Which scaling policy requires the least manual tuning?
ATarget tracking scaling
BStep scaling
CSimple scaling
DManual scaling
Explain the differences between simple, step, and target tracking scaling policies in AWS Auto Scaling.
Think about how each policy decides when and how much to scale.
You got /3 concepts.
    Describe how CloudWatch alarms interact with scaling policies in AWS Auto Scaling.
    Consider the role of alarms as signals for scaling.
    You got /3 concepts.