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
asked 4 months ago185 views
1 Answer
0

Yes, that is correct.

profile pictureAWS
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions