Bird
0
0

Which of the following is the correct way to specify the minimum capacity units in a DynamoDB auto-scaling policy JSON snippet?

easy📝 Syntax Q12 of 15
DynamoDB - Cost Optimization and Monitoring
Which of the following is the correct way to specify the minimum capacity units in a DynamoDB auto-scaling policy JSON snippet?
A"MinCapacity": 5
B"MinimumCapacityUnits": 5
C"min_capacity": 5
D"Min_Capacity": 5
Step-by-Step Solution
Solution:
  1. Step 1: Recall DynamoDB auto-scaling JSON keys

    The correct key for minimum capacity is "MinCapacity" with camel case and no underscores.
  2. Step 2: Check options

    Only "MinCapacity": 5 matches the exact key syntax "MinCapacity".
  3. Final Answer:

    "MinCapacity": 5 -> Option A
  4. Quick Check:

    Correct JSON key for minimum capacity = B [OK]
Quick Trick: Use exact key names with correct casing in JSON [OK]
Common Mistakes:
MISTAKES
  • Using underscores instead of camel case
  • Adding extra words like 'Units'
  • Incorrect capitalization

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes