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!

preguntada hace 2 años3789 visualizaciones
1 Respuesta
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
respondido hace 2 años
  • 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?

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas