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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ