DynamoDB CloudWatch Error ConsumedWriteCapacityUnits

0

I'm getting an error in CloudWatch that is: ConsumedWriteCapacityUnits The threshold says:

ConsumedWriteCapacityUnits < 30 for 15 datapoints within 15 minutes

I'm new to DynamoDB. My website looks up content in this table. It is very small, both the website and the table, so it is hard to believe I'm over doing anything? I'm guessing I need to make more "WriteCapacityUnits"? But I'm not sure how to do that?

Any tips or advice is welcome!

posta 2 anni fa3789 visualizzazioni
1 Risposta
1

It's telling you that your usage is low. You're not overdoing your usage, rather you're potentially "underdoing". (And thus overpaying.)

You should look at your provisioned capacity for the table and see if it's set too high. Turning on auto-scaling might be helpful because then it will dynamically reduce the provisioned capacity when demand is low. If it's already on, ensure the minimum value it's allowed to scale down to is appropriately low.

AWS
con risposta 2 anni fa
  • Thank you! I have it set to the default. This is my first table. Do you think the dynamic option would be better than the provisioned option?

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