ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

36 / 145

Question 36:

An IoT application collects data from a large number of devices and uses DynamoDB to store the data. Due to variable and unpredictable workloads, short bursts of traffic spikes occur resulting in throttling of requests on the DynamoDB table. What is the optimal solution to this problem?

Answer options:

A.Increase provisioned capacity on the DynamoDB table.
B.Configure DynamoDB Auto-Scaling.
C.Configure CloudWatch alarm on DynamoDB utilization. Use the CloudWatch alarm to trigger a Lambda function to scale-up the DynamoDB capacity.
D.Switch the DynamoDB table to on-demand capacity mode.