Medium1 markMultiple Choice
AWS SAP-C02 · Question 57 · Domain 3.4: Reliability Improvement
An application uses Amazon EC2 instances in an Auto Scaling group behind an ALB. During sudden, massive spikes in traffic, the Auto Scaling group takes 5 minutes to launch new instances, during which time the application becomes unresponsive. Which TWO strategies will improve reliability during these spikes? (Select TWO)
An application uses Amazon EC2 instances in an Auto Scaling group behind an ALB. During sudden, massive spikes in traffic, the Auto Scaling group takes 5 minutes to launch new instances, during which time the application becomes unresponsive. Which TWO strategies will improve reliability during these spikes? (Select TWO)
Answer options:
A.
Implement Predictive Scaling.
B.
Decrease the health check grace period.
C.
Use a Network Load Balancer instead of an ALB.
D.
Create a custom AMI with all dependencies pre-installed.
E.
Increase the ALB timeout settings.
F.
Use Step Scaling instead of Target Tracking.
How to approach this question
Identify ways to scale proactively and reduce instance boot time.
Full Answer
Predictive Scaling analyzes historical traffic and scales out before the spike occurs. Creating a custom AMI (baking) removes the need to download and install software during boot, significantly reducing the 5-minute launch time.
Common mistakes
Changing load balancers, which doesn't affect EC2 initialization speed.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert