Hard1 markMultiple Choice
AWS SAA-C03 · Question 29 · Domain 2.2: Highly Available Architectures
A global enterprise requires a relational database that spans multiple AWS Regions. The database must provide sub-second data replication and allow local reads in each region to minimize latency for global users. In the event of a regional outage, the database must recover in less than 1 minute.<br/><br/>Which AWS service meets these requirements?
A global enterprise requires a relational database that spans multiple AWS Regions. The database must provide sub-second data replication and allow local reads in each region to minimize latency for global users. In the event of a regional outage, the database must recover in less than 1 minute.<br/><br/>Which AWS service meets these requirements?
Answer options:
A.
Amazon RDS for MySQL with Cross-Region Read Replicas
B.
Amazon DynamoDB Global Tables
C.
Amazon Aurora Global Database
D.
Amazon Redshift
How to approach this question
Look for 'relational database' and 'sub-second data replication' across regions.
Full Answer
C.Amazon Aurora Global Database✓ Correct
Amazon Aurora Global Database
Amazon Aurora Global Database is designed for globally distributed applications, allowing a single Amazon Aurora database to span multiple AWS Regions. It replicates your data with no impact on database performance, enables fast local reads with low latency in each region, and provides disaster recovery from region-wide outages.
Common mistakes
Choosing DynamoDB Global Tables when a relational database is explicitly requested.
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