Bird
0
0

You configured a DynamoDB table with provisioned capacity of 20 read units and 10 write units. Your application is throttled during writes. What is the most likely cause?

medium📝 Debug Q6 of 15
AWS - DynamoDB
You configured a DynamoDB table with provisioned capacity of 20 read units and 10 write units. Your application is throttled during writes. What is the most likely cause?
AOn-demand mode is enabled causing throttling
BRead capacity units are too low for the read traffic
CWrite capacity units are too low for the write traffic
DTable is in a different AWS region
Step-by-Step Solution
Solution:
  1. Step 1: Identify throttling cause based on capacity units

    Throttling during writes means write capacity units are insufficient.
  2. Step 2: Confirm read units do not affect write throttling

    Read units affect reads only, so they are not the cause.
  3. Final Answer:

    Write capacity units are too low for the write traffic -> Option C
  4. Quick Check:

    Write throttling = insufficient write units [OK]
Quick Trick: Write throttling means write units need increase [OK]
Common Mistakes:
MISTAKES
  • Blaming read units for write throttling
  • Confusing on-demand mode effects
  • Ignoring region differences

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes