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
posta 5 mesi fa194 visualizzazioni
1 Risposta
0

Yes, that is correct.

profile pictureAWS
ESPERTO
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande