Which statement correctly describes the behavior of DynamoDB when using the on-demand capacity mode?
Think about how DynamoDB handles sudden traffic spikes without manual capacity changes.
On-demand mode lets DynamoDB automatically adjust capacity to your workload. You pay only for the requests you make, without specifying capacity units upfront.
Which of the following is true about DynamoDB's provisioned capacity mode?
Consider how billing works when you reserve capacity in advance.
Provisioned mode requires you to set capacity units ahead of time. You pay for these units regardless of actual usage, which can save money if traffic is predictable.
You have a new application with unpredictable traffic that can spike suddenly. Which DynamoDB capacity mode should you choose to minimize operational overhead and avoid throttling?
Think about which mode best handles sudden unpredictable traffic without manual changes.
On-demand mode is designed for unpredictable workloads and automatically adjusts capacity to avoid throttling without manual scaling.
How does choosing between on-demand and provisioned capacity modes affect the security and access control of a DynamoDB table?
Consider if capacity mode changes how you manage permissions or encryption.
Security features like IAM policies and encryption are independent of capacity mode. Both modes support the same security controls.
Which billing behavior correctly distinguishes DynamoDB's on-demand capacity mode from provisioned capacity mode?
Think about how billing differs when capacity is reserved versus when it is flexible.
Provisioned mode bills for reserved capacity units regardless of usage, while on-demand bills only for actual requests, making it more flexible but sometimes more costly for steady workloads.