简体   繁体   English

dynamodb 表自动缩放时如何获得通知?

[英]How to get notification when dynamodb table is autoscaled?

Is there a way to get notification when dynamodb table is autoscaled?当 dynamodb 表自动缩放时,有没有办法获得通知? https://aws.amazon.com/blogs/aws/new-auto-scaling-for-amazon-dynamodb/ https://aws.amazon.com/blogs/aws/new-auto-scaling-for-amazon-dynamodb/

You can get notification from SNS:您可以从 SNS 收到通知:

from doc :来自文档

When one of the CloudWatch alarms is triggered, Amazon SNS sends you a notification (if you have enabled it).当其中一个 CloudWatch 警报被触发时,Amazon SNS 会向您发送通知(如果您已启用它)。 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. CloudWatch 警报随后会调用 Application Auto Scaling,后者又会通知 DynamoDB 根据需要向上或向下调整 ProductCatalog 表的预置容量。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过 AWS SAM 模板创建具有自动扩展吞吐量的 DynamoDB 表 - How to create DynamoDB table with autoscaled throughput via AWS SAM template 如何根据自动调整的dynamodb表管理全局二级索引的写入容量? - How can you manage write capacity for a global secondary index based on an autoscaled dynamodb table? 如何使用Cloudformation模板对dynamodb二级索引进行自动调整? - How can dynamodb secondary indexes be autoscaled with Cloudformation templates? 自动缩放(aws)节点chef-client运行失败/成功时如何获得通知? - How to get notified when an autoscaled(aws) node chef-client run fails/succeed ? 当 DynamoDB 中有任何插入时,如何在我的 Android 应用程序中收到通知? - How can I get a notification in my Android application when there is any insertion in DynamoDB? 如何使用查询从DynamoDb中的表获取所有记录 - How to get all records from a table in DynamoDb using query 如何在 CloudFormation 中获取手动创建的 dynamodb 表的 streamArn - How to get streamArn of a manually created dynamodb table in CloudFormation 如何将查询中的所有结果获取到 aws dynamodb 表? - How to get all results in a query to a aws dynamodb table? DynamoDB 单表设计:如何获取一个类型的所有实体 - DynamoDB Single Table Design: How to get all entities of a type 如何获得表的所有数据并在条件dynamodb下应用 - How to get all data of table and apply if condition dynamodb
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM