Q27 — AWS SAA-C03 Ch.9

Question 27 of 40 | ← Chapter 9

Q587. A company has a web application for travel ticketing. The application is based on a database that runs in a single data center in North America. The company wants to expand the application to serve a global user base. The company needs to deploy the application to multiple AWS Regions. Average latency must be less than 1 second on updates to the reservation database.The company wants to have separate deployments of its web platform across multiple Regions. However, the company must maintain a single primary reservation database that is globally consistent.Which solution should a solutions architect recommend to meet these requirements?

Correct Answer: A. Convert the application to use Amazon DynamoDB. Use a global table for the center reservation table.Use the correct Regional endpoint in each Regional deployment.