nerdexam
AmazonAmazon

SAA-C03 · Question #58

SAA-C03 Question #58: Real Exam Question with Answer & Explanation

The correct answer is B: Migrate the database to an Amazon RDS for MySQL Multi-AZ DB instance.. To achieve high availability for the website, two key actions should be taken: Amazon RDS for MySQL Multi-AZ: By migrating the database to an RDS for MySQL Multi-AZ deployment, the database becomes highly available. Multi-AZ provides automatic failover from the primary database t

Submitted by valeria.br· Mar 4, 2026Design Resilient Architectures

Question

A startup company is hosting a website for its customers on an Amazon EC2 instance. The website consists of a stateless Python application and a MySQL database. The website serves only a small amount of traffic. The company is concerned about the reliability of the instance and needs to migrate to a highly available architecture. The company cannot modify the application code. Which combination of actions should a solutions architect take to achieve high availability for the website? (Select TWO.)

Options

  • AProvision an internet gateway in each Availability Zone in use.
  • BMigrate the database to an Amazon RDS for MySQL Multi-AZ DB instance.
  • CMigrate the database to Amazon DynamoDB. and enable DynamoDB auto scaling.
  • DUse AWS DataSync to synchronize the database data across multiple EC2 instances.
  • ECreate an Application Load Balancer to distribute traffic to an Auto Scaling group of EC2

Explanation

To achieve high availability for the website, two key actions should be taken: Amazon RDS for MySQL Multi-AZ: By migrating the database to an RDS for MySQL Multi-AZ deployment, the database becomes highly available. Multi-AZ provides automatic failover from the primary database to a standby replica in another Availability Zone, ensuring database availability even in the case of an AZ failure. Application Load Balancer and Auto Scaling: Deploying an Application Load Balancer (ALB) in front of the EC2 instances ensures that traffic is evenly distributed across the instances. Configuring an Auto Scaling group to run EC2 instances across multiple Availability Zones ensures that the application remains available even if one instance or one AZ becomes unavailable. This setup enhances fault tolerance and improves reliability. Why Not Other Options? Option A (Internet Gateway per AZ): Internet Gateways are region-wide resources and do not need to be provisioned per Availability Zone. This option does not contribute to high availability. Option C (DynamoDB + Auto Scaling): DynamoDB would require changes to the application code to switch from MySQL, which is not possible per the question's constraints. Option D (DataSync): AWS DataSync is used for data transfer and synchronization, not for achieving high availability for a database.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 PracticeBrowse All SAA-C03 Questions