exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 295 discussion

A company is launching a new application deployed on an Amazon Elastic Container Service (Amazon ECS) cluster and is using the Fargate launch type for ECS tasks. The company is monitoring CPU and memory usage because it is expecting high traffic to the application upon its launch. However, the company wants to reduce costs when utilization decreases.
What should a solutions architect recommend?

  • A. Use Amazon EC2 Auto Scaling to scale at certain periods based on previous traffic patterns.
  • B. Use an AWS Lambda function to scale Amazon ECS based on metric breaches that trigger an Amazon CloudWatch alarm.
  • C. Use Amazon EC2 Auto Scaling with simple scaling policies to scale when ECS metric breaches trigger an Amazon CloudWatch alarm.
  • D. Use AWS Application Auto Scaling with target tracking policies to scale when ECS metric breaches trigger an Amazon CloudWatch alarm.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 3 years, 8 months ago
D: auto-scaling with target tracking
upvoted 25 times
...
jkwek
Highly Voted 3 years, 7 months ago
Answer is D. Reason is within the url: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-autoscaling-targettracking.html With target tracking scaling policies, you select a metric and set a target value. Amazon ECS Service Auto Scaling creates and manages the CloudWatch alarms that trigger the scaling policy and calculates the scaling adjustment based on the metric and the target value. The scaling policy adds or removes service tasks as required to keep the metric at, or close to, the specified target value. In addition to keeping the metric close to the target value, a target tracking scaling policy also adjusts to the fluctuations in the metric due to a fluctuating load pattern and minimizes rapid fluctuations in the number of tasks running in your service.
upvoted 20 times
...
MassieMan
Most Recent 2 years, 5 months ago
Selected Answer: D
The answer is D Target tracking scaling helps to improve application availability and reduce costs. For example, you can use Auto Scaling to automatically launch EC2 instances for your Auto Scaling group when demand increases to help maintain performance, and terminate instances when demand drops to save money. https://aws.amazon.com/about-aws/whats-new/2017/07/introducing-target-tracking-scaling-policies-for-auto-scaling/
upvoted 1 times
...
ziiziii
2 years, 10 months ago
why not lambda?
upvoted 1 times
...
cutecolt
3 years, 1 month ago
Selected Answer: D
Fargate so D
upvoted 1 times
...
janvandermerwer
3 years, 3 months ago
Selected Answer: D
Agree with D
upvoted 1 times
...
gargaditya
3 years, 6 months ago
Recall that in case of ECS ,scaling applies for service/application as well as underlying instance. ECS ahs 2 launch types-EC2(based on servers to manage) or Fargate(no EC2s to manage) Here, Fargate means no EC2 to maanage or scale,so A and C are out. B -Lambda is not needed to scale D fits.
upvoted 12 times
...
syu31svc
3 years, 7 months ago
https://docs.aws.amazon.com/autoscaling/application/userguide/what-is-application-auto-scaling.html: "Application Auto Scaling is a web service for developers and system administrators who need a solution for automatically scaling their scalable resources for individual AWS services beyond Amazon EC2. Application Auto Scaling allows you to configure automatic scaling for the following resources: AppStream 2.0 fleets Aurora replicas Amazon Comprehend document classification and entity recognizer endpoints DynamoDB tables and global secondary indexes Amazon Elastic Container Service (ECS) services" Answer is D
upvoted 10 times
...
Yogi
3 years, 7 months ago
Ans=D. Use AWS Application Auto Scaling with target tracking policies to scale when ECS metric breaches trigger an Amazon CloudWatch alarm.
upvoted 4 times
...
Berlinersp
3 years, 7 months ago
And use the Fargate option on ECS which means it doesn´t use EC2 instances. So it´s D
upvoted 5 times
...
ginoginelli
3 years, 7 months ago
Why the website indicates A as a correct answer when it's clearly D?
upvoted 3 times
...
Atanu_M
3 years, 7 months ago
D. ECS with Fargate launch type supports autoscaling with target tracking.
upvoted 4 times
...
Sam82
3 years, 7 months ago
D is the answer https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-autoscaling-targettracking.html
upvoted 4 times
...
AK003
3 years, 7 months ago
Auto Scaling with target tracking ::D
upvoted 1 times
...
algreat
3 years, 7 months ago
should be D
upvoted 2 times
...
DrCloud
3 years, 8 months ago
D https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html Amazon ECS Service Auto Scaling supports the following types of automatic scaling: 1. Target Tracking Scaling Policies 2. Step Scaling Policies 3. Scheduled Scaling
upvoted 7 times
...
Deeputhegreat
3 years, 8 months ago
Its D for sure
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...