AWS SAP-C02 · Question 19 · Domain 1.3: Reliable Architectures
A financial institution is building a highly resilient payment processing system. The system uses Amazon API Gateway, AWS Lambda, and Amazon DynamoDB. The architecture must survive a complete AWS Region failure with zero data loss (RPO = 0) and an RTO of less than 1 minute. Which combination of configurations will meet these requirements? (Select THREE)
A financial institution is building a highly resilient payment processing system. The system uses Amazon API Gateway, AWS Lambda, and Amazon DynamoDB. The architecture must survive a complete AWS Region failure with zero data loss (RPO = 0) and an RTO of less than 1 minute. Which combination of configurations will meet these requirements? (Select THREE)
Answer options:
Use Amazon DynamoDB Global Tables to replicate data across two regions.
Configure Amazon Route 53 with a latency-based routing policy and health checks pointing to API Gateway in both regions.
Implement strong consistency for DynamoDB reads and use DynamoDB Transactions for writes.
Implement client-side retries with exponential backoff in the application.
Use AWS Backup to take continuous backups of DynamoDB and restore in the second region.
Deploy a Network Load Balancer in front of API Gateway for faster failover.
How to approach this question
Full Answer
Common mistakes
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
Expert