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

An ecommerce company is migrating its on-premises workload to the AWS Cloud. The workload currently consists of a web application and a backend Microsoft SQL database for storage.

The company expects a high volume of customers during a promotional event. The new infrastructure in the AWS Cloud must be highly available and scalable.

Which solution will meet these requirements with the LEAST administrative overhead?

Answer options

Correct answer: C

Explanation

Option C is the correct solution because an Auto Scaling group automatically scales the Amazon EC2 instances to handle high volumes of traffic, while Amazon RDS with a Multi-AZ deployment ensures high availability and automatic failover for the database with minimal administrative overhead. Options A and D fail to provide the necessary automatic scaling for the web tier to handle fluctuating traffic. Managing databases directly on EC2 instances as suggested in options B and D significantly increases administrative overhead compared to utilizing the fully managed Amazon RDS service.