简体   繁体   中英

How to get notification when dynamodb table is autoscaled?

Is there a way to get notification when dynamodb table is autoscaled? https://aws.amazon.com/blogs/aws/new-auto-scaling-for-amazon-dynamodb/

You can get notification from SNS:

from doc :

When one of the CloudWatch alarms is triggered, Amazon SNS sends you a notification (if you have enabled it). The CloudWatch alarm then invokes Application Auto Scaling, which in turn notifies DynamoDB to adjust the ProductCatalog table's provisioned capacity upward or downward, as appropriate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM