AWS Certified Solutions Architect – Associate (SAA-C03) — Question 437

A company has a three-tier web application that is in a single server. The company wants to migrate the application to the AWS Cloud. The company also wants the application to align with the AWS Well-Architected Framework and to be consistent with AWS recommended best practices for security, scalability, and resiliency.

Which combination of solutions will meet these requirements? (Choose three.)

Answer options

Correct answer: C, E, F

Explanation

Refactoring the application into distinct web, application, and database tiers across multiple Availability Zones (Option C) ensures proper scalability and fault isolation. Utilizing Elastic Load Balancers and chaining security groups (Option E) provides secure, scalable traffic routing and adheres to the principle of least privilege between tiers. Deploying a Multi-AZ Amazon RDS cluster (Option F) guarantees database high availability and resilience, whereas single RDS instances (Options B and D) represent single points of failure.