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

feita há 2 anos481 visualizações
2 Respostas
2
Resposta aceita

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
ESPECIALISTA
respondido há 2 anos
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 há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas