Bird
0
0

Which DynamoDB billing mode automatically adjusts capacity and charges based on actual usage?

easy🧠 Conceptual Q1 of 15
DynamoDB - Cost Optimization and Monitoring
Which DynamoDB billing mode automatically adjusts capacity and charges based on actual usage?
AFixed mode
BProvisioned mode
CReserved mode
DOn-demand mode
Step-by-Step Solution
Solution:
  1. Step 1: Understand billing modes in DynamoDB

    DynamoDB offers two main billing modes: on-demand and provisioned. On-demand charges based on actual read/write requests.
  2. Step 2: Identify the mode that auto-adjusts capacity

    On-demand mode automatically adjusts capacity and charges you only for what you use, unlike provisioned mode which requires fixed capacity settings.
  3. Final Answer:

    On-demand mode -> Option D
  4. Quick Check:

    Billing mode with auto-scaling = On-demand [OK]
Quick Trick: On-demand charges per request, no capacity planning needed [OK]
Common Mistakes:
MISTAKES
  • Confusing provisioned mode as auto-scaling
  • Thinking reserved mode exists in DynamoDB
  • Assuming fixed mode is a billing option

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes