Bird
0
0

A developer attempts to purchase Reserved Capacity but encounters an error stating the purchase is invalid. What is a probable cause?

medium📝 Debug Q6 of 15
DynamoDB - Cost Optimization and Monitoring
A developer attempts to purchase Reserved Capacity but encounters an error stating the purchase is invalid. What is a probable cause?
AThe requested capacity exceeds the account's service quota
BThe table is using on-demand capacity mode
CThe AWS region does not support Reserved Capacity
DThe developer lacks IAM permissions to create tables
Step-by-Step Solution
Solution:
  1. Step 1: Understand capacity modes

    DynamoDB tables can be provisioned or on-demand capacity mode.
  2. Step 2: Reserved Capacity applicability

    Reserved Capacity applies only to provisioned capacity tables, not on-demand.
  3. Step 3: Identify error cause

    If the table is on-demand, purchasing Reserved Capacity will cause an error.
  4. Final Answer:

    The table is using on-demand capacity mode -> Option B
  5. Quick Check:

    Reserved Capacity cannot be purchased for on-demand tables. [OK]
Quick Trick: Reserved Capacity only works with provisioned mode tables [OK]
Common Mistakes:
MISTAKES
  • Assuming Reserved Capacity works with on-demand tables
  • Ignoring service quotas as error cause
  • Confusing IAM permissions with purchase errors

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes