AWS Certified Solutions Architect – Professional — Question 442

A 3-tier e-commerce web application is current deployed on-premises and will be migrated to AWS for greater scalability and elasticity. The web server currently shares read-only data using a network distributed file system. The app server tier uses a clustering mechanism for discovery and shared session state that depends on IP multicast. The database tier uses shared-storage clustering to provide database fall over capability, and uses several read slaves for scaling. Data on all servers and the distributed file system directory is backed up weekly to off-site tapes.
Which AWS storage and database architecture meets the requirements of the application?

Answer options

Correct answer: C

Explanation

AWS VPC does not support IP multicast, meaning the application tier must be reconfigured to use IP unicast, which rules out Option B. Option C is the correct architecture because it correctly utilizes S3 for read-only web content, RDS with Multi-AZ and Read Replicas for database high availability and scaling, and AMIs alongside DB snapshots for standard AWS backups. Option D is incorrect because it fails to include Read Replicas for database scaling, and Option A is incorrect because backing up databases directly to Glacier using snapshots is not a standard automated backup workflow.