AWS Certified Solutions Architect – Professional — Question 106

Your company runs a customer facing event registration site This site is built with a 3-tier architecture with web and application tier servers and a MySQL database The application requires 6 web tier servers and 6 application tier servers for normal operation, but can run on a minimum of 65% server capacity and a single MySQL database.
When deploying this application in a region with three availability zones (AZs) which architecture provides high availability?

Answer options

Correct answer: D

Explanation

Option D is correct because it distributes both the web and application tiers across 3 AZs, ensuring redundancy and fault tolerance. This configuration allows for load balancing and high availability in case one AZ fails. The other options either do not utilize all AZs effectively or lack the Multi-AZ RDS deployment necessary for high availability.