Reputation: 855
Is there a way to get notification when dynamodb table is autoscaled? https://aws.amazon.com/blogs/aws/new-auto-scaling-for-amazon-dynamodb/
Upvotes: 2
Views: 292
Reputation: 10056
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.
Upvotes: 1