Bird
0
0

You wrote a CloudWatch query to monitor ConsumedReadCapacityUnits but it returns no data. Which of the following is the most likely cause?

medium📝 Debug Q6 of 15
DynamoDB - Cost Optimization and Monitoring
You wrote a CloudWatch query to monitor ConsumedReadCapacityUnits but it returns no data. Which of the following is the most likely cause?
AThe DynamoDB table has no read activity
BThe table is deleted
CThe metric name is misspelled in the query
DCloudWatch does not support this metric
Step-by-Step Solution
Solution:
  1. Step 1: Check metric name correctness

    A misspelled metric name causes no data to be returned because CloudWatch cannot find the metric.
  2. Step 2: Consider other options

    Even with no read activity, the metric exists and shows zero; table deletion would cause errors; CloudWatch supports this metric.
  3. Final Answer:

    The metric name is misspelled in the query -> Option C
  4. Quick Check:

    Misspelled metric = No data returned [OK]
Quick Trick: Always verify metric spelling in queries [OK]
Common Mistakes:
MISTAKES
  • Assuming no activity means no metric exists
  • Ignoring spelling errors
  • Thinking CloudWatch lacks support for common metrics

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes