Bird
0
0

To pinpoint which partition keys are causing throttling on your DynamoDB table using Contributor Insights, what is the most effective method?

hard🚀 Application Q8 of 15
DynamoDB - Cost Optimization and Monitoring
To pinpoint which partition keys are causing throttling on your DynamoDB table using Contributor Insights, what is the most effective method?
AEnable Contributor Insights on the table and analyze the top contributors in CloudWatch metrics for throttled requests
BUse DynamoDB Streams to capture throttled requests and filter by partition key
CManually scan the table for keys with the highest read/write capacity units consumed
DEnable Auto Scaling and rely on its logs to identify throttled keys
Step-by-Step Solution
Solution:
  1. Step 1: Understand throttling detection

    Contributor Insights tracks contributors causing throttling by showing top partition keys in metrics.
  2. Step 2: Evaluate alternatives

    DynamoDB Streams do not provide throttling info; manual scans are inefficient; Auto Scaling logs don't identify keys.
  3. Final Answer:

    Enable Contributor Insights on the table and analyze the top contributors in CloudWatch metrics for throttled requests -> Option A
  4. Quick Check:

    Contributor Insights directly identifies throttling contributors. [OK]
Quick Trick: Use Contributor Insights metrics to find throttled partition keys [OK]
Common Mistakes:
MISTAKES
  • Relying on DynamoDB Streams for throttling info
  • Assuming Auto Scaling logs show throttled keys

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes