Medium1 markMultiple Choice
AWS SAA-C03 · Question 37 · Domain 3.4: Network Performance
A company has a web application that serves dynamic content. Users are located globally, but the application is hosted in a single AWS Region. Users in distant regions are experiencing slow page load times. <br/><br/>Which AWS service should be used to improve performance for global users without caching the dynamic content?
A company has a web application that serves dynamic content. Users are located globally, but the application is hosted in a single AWS Region. Users in distant regions are experiencing slow page load times. <br/><br/>Which AWS service should be used to improve performance for global users without caching the dynamic content?
Answer options:
A.
Amazon CloudFront
B.
AWS Global Accelerator
C.
Amazon Route 53 Latency Routing
D.
AWS Direct Connect
How to approach this question
Look for 'global users', 'dynamic content', and 'single region'.
Full Answer
B.AWS Global Accelerator✓ Correct
AWS Global Accelerator
AWS Global Accelerator is a networking service that improves the performance of your users' traffic by up to 60% using Amazon Web Services' global network infrastructure. It is ideal for non-HTTP use cases or dynamic HTTP content that cannot be cached.
Common mistakes
Choosing CloudFront. CloudFront is primarily a CDN for caching, though it can do dynamic acceleration. Global Accelerator is the better fit for purely dynamic, non-cached routing.
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