Question 285:
Your company is developing a solution that will make use of DynamoDB tables. Due to the nature of the application, the data is needed across various regions across the world. Which of the following would you, as the Sysops administrator for the company, implement to reduce the latency of requests to DynamoDB from different regions?
Answer options:
A.Enable Multi-AZ for the DynamoDB table. B.Enable global tables for DynamoDB.C.Enable Indexes for the table. D.Increase the read and write throughput for the table.