exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 182 discussion

A SysOps administrator is investigating a company’s web application for performance problems. The application runs on Amazon EC2 instances that are in an Auto Scaling group. The application receives large traffic increases at random times throughout the day. During periods of rapid traffic increases, the Auto Scaling group is not adding capacity fast enough. As a result, users are experiencing poor performance.

The company wants to minimize costs without adversely affecting the user experience when web traffic surges quickly. The company needs a solution that adds more capacity to the Auto Scaling group for larger traffic increases than for smaller traffic increases.

How should the SysOps administrator configure the Auto Scaling group to meet these requirements?

  • A. Create a simple scaling policy with settings to make larger adjustments in capacity when the system is under heavy load.
  • B. Create a step scaling policy with settings to make larger adjustments in capacity when the system is under heavy load.
  • C. Create a target tracking scaling policy with settings to make larger adjustments in capacity when the system is under heavy load.
  • D. Use Amazon EC2 Auto Scaling lifecycle hooks. Adjust the Auto Scaling group’s maximum number of instances after every scaling event.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Gomer
Highly Voted 1 year, 6 months ago
Selected Answer: B
I have to vote "B" because if you continue to read the whole quote, AWS recommends step scaling over target tracking in this instance, e.g.: "We strongly recommend that you use a target tracking scaling policy to scale on a metric like average CPU utilization or the RequestCountPerTarget metric from the Application Load Balancer. Metrics that decrease when capacity increases and increase when capacity decreases can be used to proportionally scale out or in the number of instances using target tracking. This helps ensure that Amazon EC2 Auto Scaling follows the demand curve for your applications closely." ... "You still have the option to use step scaling as an additional policy for a more advanced configuration. For example, you can configure a more aggressive response when demand reaches a certain level." https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html
upvoted 14 times
...
dangji
Highly Voted 1 year, 9 months ago
Selected Answer: C
C AWS recommend use "target tracking scaling". "We strongly recommend that you use a target tracking scaling policy to scale on a metric like average CPU utilization or the RequestCountPerTarget metric from the Application Load Balancer. " https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html
upvoted 11 times
...
r2c3po
Most Recent 10 months ago
Selected Answer: B
B is the correct choice: B. Create a step scaling policy with settings to make larger adjustments in capacity when the system is under heavy load: ------ Step scaling policies allow you to configure different scaling adjustments for different breach levels. In this case, you can set larger adjustments for larger increases in traffic. This helps the Auto Scaling group add more capacity quickly during periods of rapid traffic increases.
upvoted 2 times
...
Hatem08
10 months, 4 weeks ago
Selected Answer: B
B is the correct one!
upvoted 2 times
...
xile1021
1 year ago
Selected Answer: B
B, the question says "During periods of rapid traffic increases" meaning more than one increase. "In contrast, with step scaling the policy can continue to respond to additional alarms, even while a scaling activity or health check replacement is in progress. Therefore, all alarms that are breached are evaluated by Amazon EC2 Auto Scaling as it receives the alarm messages." https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html#as-step-scaling-warmup
upvoted 2 times
...
mayoness
1 year ago
"The main difference between the policy types is the step adjustments that you get with step scaling policies. When step adjustments are applied, and they increase or decrease the current capacity of your Auto Scaling group, the adjustments vary based on the size of the alarm breach." -- C
upvoted 1 times
...
Dafukubai
1 year, 1 month ago
Selected Answer: B
B for me, "You still have the option to use step scaling as an additional policy for a more advanced configuration. For example, you can configure a more aggressive response when demand reaches a certain level."
upvoted 3 times
...
delak
1 year, 2 months ago
Selected Answer: C
C for me, https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-tutorial.html
upvoted 2 times
...
jipark
1 year, 2 months ago
Selected Answer: B
why not C: Target Scaling must wait for additional alarms (cause delay) why B: Step Scaling handle multiple alrams.
upvoted 4 times
...
Christina666
1 year, 3 months ago
Selected Answer: B
The correct answer is B. Create a step scaling policy with settings to make larger adjustments in capacity when the system is under heavy load. Step scaling policies are suitable for scenarios where you want to add more capacity to the Auto Scaling group as the traffic increases. With step scaling policies, you can define specific thresholds for different levels of traffic and configure the scaling adjustments accordingly. This allows you to add more capacity during larger traffic increases while minimizing costs during smaller traffic increases. Option A (Create a simple scaling policy) might not be the best choice as it does not provide the granularity needed to handle larger traffic increases differently from smaller ones.
upvoted 8 times
Christina666
1 year, 3 months ago
Option C (Create a target tracking scaling policy) sets a target metric (e.g., CPU utilization or request count per instance) and automatically adjusts the capacity to maintain that target. While it can be useful for maintaining a specific performance level, it may not directly address the requirement of adding more capacity during large traffic increases. Option D (Use Amazon EC2 Auto Scaling lifecycle hooks and adjust the maximum number of instances after every scaling event) is not the most efficient approach for handling traffic surges and may not be suitable for minimizing costs while maintaining performance. Therefore, option B is the best choice for configuring the Auto Scaling group to handle rapid traffic increases effectively and minimize costs without adversely affecting the user experience.
upvoted 7 times
...
...
TQM__9MD
1 year, 3 months ago
Selected Answer: C
C is answer
upvoted 1 times
...
braveheart22
1 year, 6 months ago
BBB is the right answer and not C In contrast, with step scaling the policy can continue to respond to additional alarms, even while a scaling activity or health check replacement is in progress. Therefore, all alarms that are breached are evaluated by Amazon EC2 Auto Scaling as it receives the alarm messages. https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html#SimpleScaling
upvoted 3 times
...
noahsark
1 year, 7 months ago
Selected Answer: B
When step adjustments are applied, and they increase or decrease the current capacity of your Auto Scaling group, the adjustments vary based on the size of the alarm breach. https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html
upvoted 5 times
...
Vivec
1 year, 7 months ago
Selected Answer: C
With a target tracking scaling policy, the SysOps administrator can define a target value for a specific metric that the Auto Scaling group will try to maintain. When the metric exceeds the target value, the policy will automatically add more instances to the Auto Scaling group. By configuring the scaling policy to make larger adjustments in capacity when the system is under heavy load, the Auto Scaling group will add more capacity for larger traffic increases. This will help to improve the user experience during periods of rapid traffic increases, without incurring unnecessary costs during normal traffic periods.
upvoted 4 times
...
joanneli77
1 year, 8 months ago
Answer is "B" - you need to identify a specific metric to use "C" and there's no indication that is a "known quantity." Both answers are very close, but I have to go with "B" for this reason.
upvoted 2 times
...
Jaro3000
1 year, 9 months ago
Selected Answer: B
Looks like B
upvoted 5 times
...
tts1234
1 year, 10 months ago
Selected Answer: B
https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html
upvoted 5 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago