Medium1 markMultiple Choice
AWS SAA-C03 · Question 23 · Domain 2.2: Highly Available Architectures
A company is designing a highly available architecture for a new relational database. The database must support automatic failover in the event of an Availability Zone outage. The application requires a MySQL-compatible database engine. <br/><br/>Which TWO solutions meet these requirements? (Select TWO.)
A company is designing a highly available architecture for a new relational database. The database must support automatic failover in the event of an Availability Zone outage. The application requires a MySQL-compatible database engine. <br/><br/>Which TWO solutions meet these requirements? (Select TWO.)
Answer options:
A.
Amazon RDS for MySQL with Multi-AZ deployments
B.
Amazon RDS for MySQL with Read Replicas
C.
Amazon Aurora MySQL-Compatible Edition
D.
Amazon DynamoDB Global Tables
E.
Amazon EC2 instances running MySQL with EBS snapshots
How to approach this question
Look for managed relational database services that support automatic failover.
Full Answer
Both Amazon RDS Multi-AZ deployments and Amazon Aurora provide high availability and automatic failover for relational databases. Aurora is inherently highly available, storing 6 copies of data across 3 AZs.
Common mistakes
Selecting Read Replicas, thinking they provide automatic failover.
Practice the full AWS SAA-C03 Practice Exam 4
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...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert