ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

457 / 690

Question 457:

Your team has an application hosted on AWS. This application currently interacts with a DynamoDB table which has the Read capacity set to 10. Based on recent cloudwatch alarms which indicated that throttling was occurring in the requests to the DynamoDB table. Which of the following would help ensure the issue was resolved now and help ensure the issue does not occur in the future?

Answer options:

A.Add an Elastic Load Balancer in front of the DynamoDB table.
B.Change the Read Capacity for the table to 20.
C.Change the Write capacity for the table to offset the Read capacity.
D.Enable Autoscaling for the underlying DynamoDB table.