
Answer-first summary for fast verification
Answer: Utilize on-demand capacity mode for the DynamoDB table.
The correct answer is A: Utilize on-demand capacity mode for the DynamoDB table. This is because on-demand capacity mode automatically adjusts to unpredictable traffic spikes, which helps in managing the varying traffic during the evenings. It also minimizes costs when the table is not being used, such as in the mornings, because you only pay for the read and write units you consume.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should a solutions architect optimize an Amazon DynamoDB table for unpredictable evening traffic spikes while minimizing costs for a company that experiences low usage in the mornings?
A
Utilize on-demand capacity mode for the DynamoDB table.
B
Implement a global secondary index on the DynamoDB table.
C
Adopt provisioned capacity with auto scaling for the DynamoDB table.
D
Configure the DynamoDB table with provisioned capacity and as a global table.
No comments yet.