Bird
0
0

A developer tries to enable Contributor Insights using the AWS Management Console but the option is grayed out. What could be the reason?

medium📝 Debug Q7 of 15
DynamoDB - Cost Optimization and Monitoring
A developer tries to enable Contributor Insights using the AWS Management Console but the option is grayed out. What could be the reason?
AContributor Insights is only available via AWS CLI
BThe table is encrypted with a customer-managed key that does not allow Contributor Insights
CThe table is in a different AWS region than the console session
DContributor Insights requires the table to have a sort key
Step-by-Step Solution
Solution:
  1. Step 1: Identify restrictions on enabling Contributor Insights

    Contributor Insights cannot be enabled if the table uses certain encryption keys that restrict this feature.
  2. Step 2: Evaluate other options

    Contributor Insights is available in the console, region mismatch disables table visibility but not the option, and sort key is not required.
  3. Final Answer:

    The table is encrypted with a customer-managed key that does not allow Contributor Insights -> Option B
  4. Quick Check:

    Encryption restrictions can disable Contributor Insights option [OK]
Quick Trick: Encryption keys can restrict Contributor Insights enablement [OK]
Common Mistakes:
MISTAKES
  • Assuming Contributor Insights is CLI-only
  • Ignoring region mismatch effects
  • Believing sort key is mandatory

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes