Medium1 markMultiple Choice
AWS SAA-C03 · Question 23 · Domain 2.2: Highly Available Architectures
A global application requires a multi-region active-active architecture to ensure high availability. The application uses a database to store user profiles. Which TWO AWS services should be used to build this architecture? (Select TWO.)
A global application requires a multi-region active-active architecture to ensure high availability. The application uses a database to store user profiles. Which TWO AWS services should be used to build this architecture? (Select TWO.)
Answer options:
A.
Amazon Route 53 with latency-based routing.
B.
Amazon RDS Multi-AZ.
C.
Amazon DynamoDB Global Tables.
D.
Amazon CloudFront.
E.
AWS Global Accelerator.
How to approach this question
Look for multi-region routing and multi-region active-active databases.
Full Answer
Amazon Route 53 with latency-based routing. Amazon DynamoDB Global Tables.
Route 53 latency routing directs users to the fastest region. DynamoDB Global Tables provide a fully managed, multi-region, multi-active database.
Common mistakes
Choosing RDS, which only supports active-passive across regions (read replicas).
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert