ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

16 / 465

Question 16:

Your company asked you to create a mobile application. The application is built to work with DynamoDB as the backend and Javascript as the frontend. During the application`s usage, you notice that sometimes during the daytime, the write requests are throttled because of low provisioned write capacity. How can you effectively resolve this problem of the DynamoDB in the easiest way?

Answer options:

A.Enable DynamoDB Auto Scaling to meet the requirements.
B.Increase write capacity of DynamoDB to meet the peak loads.
C.Use the SQS service to read messages in the queue and write these to DynamoDB.D.Launch DynamoDB in Multi-AZ configuration with a global index to balance writes.