0
0
DynamoDBquery~5 mins

Auto-scaling configuration in DynamoDB - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ANumber of indexes
BTable size in GB
CRead and write capacity units
DBackup frequency
Which metric does DynamoDB auto-scaling use to decide when to scale?
ACPU usage
BTarget utilization percentage
CDisk space used
DNumber of items in the table
What happens if you set a very low maximum capacity in auto-scaling?
ACapacity will never scale above that max, risking throttling
BAuto-scaling will ignore the max capacity
CCapacity will scale infinitely
DThe table will delete automatically
Which AWS service is used to configure DynamoDB auto-scaling?
AAWS Application Auto Scaling
BAmazon CloudWatch
CAWS Lambda
DAmazon S3
Why is auto-scaling important for DynamoDB tables?
ATo automatically backup data
BTo create indexes automatically
CTo encrypt data at rest
DTo adjust capacity to workload and avoid manual changes
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.