Dynamo db cost usage

0

Hi, Just want to know how can we find which Dynamo DB table cost is high. I have to go through cost explorer where we can find services-wise costs but not table-wise costs. Is there any way we can look at it

Regards Harry

preguntada hace 2 años482 visualizaciones
2 Respuestas
2
Respuesta aceptada

DynamoDB does not emit table level costs, as i'm sure you have already noticed. However, in Cost Explorer we can Cost Allocation Tagging to break down the costs for each table individually.

A common way to achieve this is to tag each table with its unique name, also known as Eponymous Table Tagging. We have provided a simple tool which can help you do this for all your current tables which is available in the AWS Labs GitHub. This will traverse all of your tables and add a tag with value of TableName, which will further allow you to break costs down per table.

profile pictureAWS
EXPERTO
respondido hace 2 años
1

If you need to go beyond what's already available in cost explorer you need to introduce a custom dimension and it's very standard with the use of tags. Read up on cost allocation tags.

respondido hace 2 años

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