0
0
AWScloud~5 mins

ECS service auto scaling in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AAmount of storage in S3
BNumber of running tasks in a service
CSize of EC2 instances
DNumber of VPC subnets
Which metric is commonly used in target tracking scaling policies for ECS?
ANetwork latency
BNumber of S3 buckets
CCPU utilization
DDisk IOPS
What AWS service do you configure to enable ECS service auto scaling?
AApplication Auto Scaling
BAWS Lambda
CAmazon RDS
DAWS CloudTrail
Why should you set a maximum task count in ECS auto scaling?
ATo avoid excessive resource use and cost
BTo increase network speed
CTo reduce storage costs
DTo limit API calls
What happens if ECS service auto scaling is not configured?
AS3 storage scales automatically
BTasks automatically scale perfectly
CEC2 instances scale automatically
DTasks stay fixed and may not handle demand changes
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.