Read/Write usage of DynamoDB Cloudwatch alert creation

0

Hi, I'm trying to create a CloudWatch alert triggering when Consumed(Read/Write)CapacityUnits surpass 80% of Provisioned(Read/Write)CapacityUnits for DynamoDB. For this purpose I used the following metrics:

e1 = Consumed/PERIOD(Consumed) e2 = 100*(e1/Provisioned)

Alert should trigger when e2 goes over the 80.0 value. Is that a correct approach to the matter?

vojan
已提问 5 个月前194 查看次数
1 回答
0

Yes, that is correct.

profile pictureAWS
专家
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则