
Answer-first summary for fast verification
Answer: On-demand mode with DynamoDB Standard table.
The correct answer is B: On-demand mode with DynamoDB Standard table. This is because on-demand mode allows the table to automatically scale its capacity up or down based on the actual request traffic, which is ideal for unpredictable workloads. It prevents over-provisioning or under-provisioning issues, and helps in providing a cost-effective solution for variable traffic patterns. The Standard table class is selected to handle the anticipated moderate to high throughput efficiently.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For a new unpredictable traffic web application using Amazon EC2 and DynamoDB, which DynamoDB configuration offers the most cost-effective scalability for moderate to high throughput?
A
Provisioned capacity with DynamoDB Standard table and auto-scaling.
B
On-demand mode with DynamoDB Standard table.
C
Provisioned capacity with DynamoDB Standard-IA table and auto-scaling.
D
On-demand mode with DynamoDB Standard-IA table.
No comments yet.