Medium1 markMultiple Choice
AWS SAA-C03 · Question 22 · Domain 2.1: Scalable Architectures
An application runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The application experiences sudden, unpredictable spikes in traffic. The current step scaling policy is too slow to react, resulting in degraded performance during spikes. <br/><br/>Which Auto Scaling policy should the solutions architect implement to improve responsiveness?
An application runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The application experiences sudden, unpredictable spikes in traffic. The current step scaling policy is too slow to react, resulting in degraded performance during spikes. <br/><br/>Which Auto Scaling policy should the solutions architect implement to improve responsiveness?
Answer options:
A.
Simple scaling policy based on CPU utilization
B.
Target tracking scaling policy based on ALB Request Count Per Target
C.
Scheduled scaling policy
D.
Predictive scaling policy
How to approach this question
Identify the scaling policy that reacts best to sudden load on an ALB.
Full Answer
B.Target tracking scaling policy based on ALB Request Count Per Target✓ Correct
Target tracking scaling policies increase or decrease the current capacity of the group based on a target value for a specific metric. For applications behind an ALB, `ALBRequestCountPerTarget` is an excellent metric to scale on because it directly measures the load on each instance.
Common mistakes
Choosing scheduled scaling for unpredictable traffic.
Practice the full AWS SAA-C03 Practice Exam 4
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert