Easy1 markMultiple Choice
AWS SAA-C03 · Question 26 · Domain 2.2: Highly Available Architectures
A company is running a critical database on Amazon RDS for MySQL. The company requires high availability and automatic failover in the event of a hardware failure or Availability Zone outage.<br/><br/>Which feature should be enabled?
A company is running a critical database on Amazon RDS for MySQL. The company requires high availability and automatic failover in the event of a hardware failure or Availability Zone outage.<br/><br/>Which feature should be enabled?
Answer options:
A.
Read Replicas
B.
Multi-AZ deployment
C.
Cross-Region Replication
D.
Automated Backups
How to approach this question
Identify the RDS feature designed specifically for high availability and automatic failover.
Full Answer
B.Multi-AZ deployment✓ Correct
In an Amazon RDS Multi-AZ deployment, Amazon RDS automatically creates a primary DB instance and synchronously replicates the data to a standby instance in a different Availability Zone. In case of an infrastructure failure, Amazon RDS performs an automatic failover to the standby.
Common mistakes
Confusing Read Replicas (performance) with Multi-AZ (availability).
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert