ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

356 / 474

Question 356:

You have exceeded your maximum allowed provisioned throughput for a table in DynamoDB. Which of the following approaches are correct to fix this problem? (Select Three)

Answer options:

A.In your DynamoDB table distribute all the operations read and written across more distinct partition key values.
B.Enable DynamoDB Streams.
C.Enable DynamoDB Time to Live.
D.Implement DAX (DynamoDB Accelerator) as a cache solution to improve the performance of the tables.
E.Implement error retries and exponential backoff in your application code.