How does amazon dynamodb perform automatic scaling?
1 Answer(s) Available
Answer # 1 #
To configure auto scaling in DynamoDB, you set the minimum and maximum levels of read and write capacity in addition to the target utilization percentage. Auto scaling uses Amazon CloudWatchto monitor a table's read and write capacity metrics. To do so, it creates CloudWatch alarms that track consumed capacity.