Recall & Review
beginner
What is ECS service auto scaling?
ECS service auto scaling automatically adjusts the number of running tasks in your ECS service based on demand to keep your application responsive and cost-efficient.
Click to reveal answer
beginner
Which AWS service manages ECS service auto scaling policies?
AWS Application Auto Scaling manages ECS service auto scaling policies by adjusting the desired count of tasks based on scaling rules.
Click to reveal answer
intermediate
What is a target tracking scaling policy in ECS service auto scaling?
A target tracking scaling policy adjusts the number of tasks to keep a specific metric, like CPU utilization, at a target value automatically.
Click to reveal answer
beginner
Why is it important to set minimum and maximum task counts in ECS service auto scaling?
Setting minimum and maximum task counts prevents your service from scaling too low (causing downtime) or too high (wasting resources and money).
Click to reveal answer
beginner
How does ECS service auto scaling improve application availability?
By automatically adding tasks when demand increases and removing tasks when demand decreases, ECS service auto scaling keeps the application responsive and available.
Click to reveal answer
What does ECS service auto scaling adjust automatically?
✗ Incorrect
ECS service auto scaling changes the number of running tasks to match demand.
Which metric is commonly used in target tracking scaling policies for ECS?
✗ Incorrect
CPU utilization is a common metric to keep at a target level for scaling ECS tasks.
What AWS service do you configure to enable ECS service auto scaling?
✗ Incorrect
Application Auto Scaling manages scaling policies for ECS services.
Why should you set a maximum task count in ECS auto scaling?
✗ Incorrect
A maximum task count prevents scaling beyond what is needed, saving cost and resources.
What happens if ECS service auto scaling is not configured?
✗ Incorrect
Without auto scaling, the number of tasks stays fixed and may cause slow response or wasted resources.
Explain how ECS service auto scaling works and why it is useful.
Think about how a restaurant adds or removes staff based on customers.
You got /4 concepts.
Describe the role of Application Auto Scaling in ECS service auto scaling.
It’s like the manager who decides when to add or remove workers.
You got /4 concepts.