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?
✗ Incorrect
Target tracking scaling adjusts capacity automatically to maintain a specified metric target.
In step scaling, what determines the size of the scaling adjustment?
✗ Incorrect
Step scaling changes capacity in steps based on how much the metric deviates from the threshold.
What triggers scaling actions in simple and step scaling policies?
✗ Incorrect
CloudWatch alarms monitor metrics and trigger scaling when thresholds are crossed.
Which scaling policy is most like a thermostat keeping temperature steady?
✗ Incorrect
Target tracking scaling maintains a metric near a target value, like a thermostat.
Which scaling policy requires the least manual tuning?
✗ Incorrect
Target tracking scaling automatically adjusts capacity to maintain the target metric, reducing manual tuning.
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.