Question 253:
Your company has an application that is interacting with a DynamoDB table. After reviewing the logs for the application, it has been noticed that there quite a few “ProvisionedThroughputExceededException” occurring in the logs. Which of the following can be implemented to overcome these errors?
Answer options:
A.Implement global tables. B.Use exponential backoff in the program. C.Ensure the correct permissions are set for the Instance profile for the instance hosting the application. D.Ensure to use indexes instead.