AWS Certified Solutions Architect – Professional (SAP-C02) — Question 330

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 minimize latency for a global audience, deploying the web and application tiers globally with Amazon Route 53 latency-based routing and Amazon CloudFront is ideal, combined with Auto Scaling to handle the traffic spike (Option E). Additionally, using an Aurora global database provides low-latency physical replication across Regions, while Amazon S3 with cross-Region replication handles static content efficiently (Option D). Other options are incorrect because AWS Direct Connect is for on-premises hybrid setups, migrating to RDS for MySQL degrades performance compared to Aurora, and replacing the dynamic web servers entirely with S3 is not feasible for a dynamic site.