Medium1 markMultiple Choice
AWS SAP-C02 · Question 42 · Domain 2.5: Performance
An application serves dynamic, personalized content to users globally. The content cannot be cached. Users in Asia report high latency when accessing the application hosted in us-east-1. How can the architect improve network performance for these users?
An application serves dynamic, personalized content to users globally. The content cannot be cached. Users in Asia report high latency when accessing the application hosted in us-east-1. How can the architect improve network performance for these users?
Answer options:
A.
Use Amazon CloudFront with caching disabled.
B.
Use AWS Global Accelerator to route traffic over the AWS global network to the ALB in us-east-1.
C.
Deploy read replicas in Asia.
D.
Use Route 53 Latency-based routing.
How to approach this question
Identify the service designed to accelerate dynamic, non-cacheable traffic.
Full Answer
B.Use AWS Global Accelerator to route traffic over the AWS global network to the ALB in us-east-1.✓ Correct
Use AWS Global Accelerator to route traffic over the AWS global network to the ALB in us-east-1.
AWS Global Accelerator improves performance for dynamic applications by routing traffic over the AWS global network instead of the public internet, reducing packet loss and latency.
Common mistakes
Choosing CloudFront for strictly non-cacheable, dynamic traffic (though CloudFront can do dynamic routing, GA is purpose-built for this).
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