Bird
0
0

Given this auto-scaling configuration snippet:

medium📝 query result Q4 of 15
DynamoDB - Cost Optimization and Monitoring
Given this auto-scaling configuration snippet:
{"TargetValue": 70.0, "MinCapacity": 5, "MaxCapacity": 20}

What happens when consumed capacity reaches 80%?
AAuto-scaling increases capacity up to MaxCapacity
BAuto-scaling decreases capacity to MinCapacity
CAuto-scaling disables scaling
DAuto-scaling keeps capacity unchanged
Step-by-Step Solution
Solution:
  1. Step 1: Understand TargetValue meaning

    TargetValue 70% means scaling triggers when usage exceeds 70%.
  2. Step 2: Analyze behavior at 80% usage

    Since 80% > 70%, auto-scaling increases capacity but not beyond MaxCapacity 20.
  3. Final Answer:

    Auto-scaling increases capacity up to MaxCapacity -> Option A
  4. Quick Check:

    Usage above target triggers scale up = B [OK]
Quick Trick: Scaling up triggers when usage exceeds TargetValue [OK]
Common Mistakes:
MISTAKES
  • Thinking capacity decreases when usage is high
  • Assuming scaling disables automatically
  • Believing capacity stays fixed regardless of usage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes