
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company performs tests on an application that uses an Amazon DynamoDB table. The tests run for 4 hours once a week. The company knows how many read and write operations the application performs to the table each second during the tests. The company does not currently use DynamoDB for any other use case. A solutions architect needs to optimize the costs for the table.
Which solution will meet these requirements?
A
Choose on-demand mode. Update the read and write capacity units appropriately.
B
Choose provisioned mode. Update the read and write capacity units appropriately.
C
Purchase DynamoDB reserved capacity for a 1-year term.
D
Purchase DynamoDB reserved capacity for a 3-year term.
Explanation:
Correct Answer: B - Choose provisioned mode. Update the read and write capacity units appropriately.
Why this is correct:
Usage Pattern Analysis: The application runs tests for only 4 hours once a week. This is a highly predictable, intermittent workload with long periods of inactivity.
Provisioned Mode Benefits:
On-Demand Mode Drawbacks:
Reserved Capacity Drawbacks:
Key Considerations:
Cost Comparison:
This solution provides the best cost optimization for this specific, predictable, intermittent workload pattern.