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

posta 2 anni fa482 visualizzazioni
2 Risposte
2
Risposta accettata

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
ESPERTO
con risposta 2 anni fa
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.

con risposta 2 anni 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