AWS Certified Solutions Architect – Professional — Question 807

An online magazine will launch its latest edition this month. This edition will be the first to be distributed globally. The magazine's dynamic website currently uses an Application Load Balancer in front of the web tier, a fleet of Amazon EC2 instances for web and application servers, and Amazon Aurora MySQL. Portions of the website include static content and almost all traffic is read-only.
The magazine is expecting a significant spike in internet traffic when the new edition is launched. Optimal performance is a top priority for the week following the launch.
Which combination of steps should a solutions architect take to reduce system response times for a global audience? (Choose two.)

Answer options

Correct answer: D, E

Explanation

To reduce latency for a global audience, the application must be deployed closer to the users. Option D achieves this by replicating the database physically across regions using Aurora global database and replicating static assets using Amazon S3. Option E completes the solution by routing users to the lowest-latency AWS region via Route 53, caching assets globally using CloudFront, and scaling the web and application tiers dynamically to handle the traffic spike.