Bird
0
0

What is the best immediate fix to reduce throttling without downtime?

medium📝 Debug Q14 of 15
AWS - DynamoDB
You configured a DynamoDB table with provisioned capacity: 10 read units and 10 write units. Your application experiences throttling errors during peak hours. What is the best immediate fix to reduce throttling without downtime?
ASwitch the table to on-demand capacity mode.
BReduce the size of items stored in the table.
CDelete and recreate the table with higher capacity.
DIncrease the provisioned read and write capacity units.
Step-by-Step Solution
Solution:
  1. Step 1: Identify cause of throttling

    Throttling occurs because provisioned capacity is too low for peak traffic.
  2. Step 2: Choose immediate fix without downtime

    Increasing provisioned capacity units can be done live without deleting the table.
  3. Final Answer:

    Increase the provisioned read and write capacity units. -> Option D
  4. Quick Check:

    Increase capacity units to reduce throttling [OK]
Quick Trick: Increase provisioned units live to fix throttling fast [OK]
Common Mistakes:
MISTAKES
  • Deleting and recreating table causes downtime
  • Assuming switching to on-demand is instant and free
  • Reducing item size does not fix capacity limits

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes