Recall & Review
beginner
What is auto-scaling in DynamoDB?
Auto-scaling in DynamoDB automatically adjusts the read and write capacity of your tables based on traffic patterns to maintain performance and control costs.
Click to reveal answer
beginner
Which two capacity types can DynamoDB auto-scale?
DynamoDB auto-scales both Read Capacity Units (RCUs) and Write Capacity Units (WCUs) to match the workload demand.
Click to reveal answer
intermediate
What is the role of a target utilization percentage in DynamoDB auto-scaling?
The target utilization percentage defines the desired average usage of provisioned capacity. Auto-scaling adjusts capacity to keep usage near this target.
Click to reveal answer
beginner
Name one benefit of enabling auto-scaling for DynamoDB tables.
Auto-scaling helps avoid throttling by adjusting capacity automatically and reduces manual effort to manage capacity, saving costs and improving reliability.
Click to reveal answer
intermediate
What happens if the traffic exceeds the maximum capacity set in DynamoDB auto-scaling?
If traffic exceeds the maximum capacity, requests may be throttled, causing delays or errors until capacity is increased or traffic decreases.
Click to reveal answer
What does DynamoDB auto-scaling adjust automatically?
✗ Incorrect
DynamoDB auto-scaling adjusts the provisioned read and write capacity units to match workload demand.
Which metric does DynamoDB auto-scaling use to decide when to scale?
✗ Incorrect
Auto-scaling uses the target utilization percentage to maintain capacity near the desired usage level.
What happens if you set a very low maximum capacity in auto-scaling?
✗ Incorrect
The maximum capacity limits scaling; if traffic exceeds it, throttling can occur.
Which AWS service is used to configure DynamoDB auto-scaling?
✗ Incorrect
AWS Application Auto Scaling manages auto-scaling for DynamoDB tables.
Why is auto-scaling important for DynamoDB tables?
✗ Incorrect
Auto-scaling adjusts capacity automatically to match workload, reducing manual effort and preventing throttling.
Explain how DynamoDB auto-scaling works and why it is useful.
Think about how capacity changes with traffic.
You got /4 concepts.
Describe the risks of setting incorrect minimum or maximum capacity limits in DynamoDB auto-scaling.
Consider what happens if limits are too strict or too loose.
You got /4 concepts.