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

已提问 2 年前481 查看次数
2 回答
2
已接受的回答

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
专家
已回答 2 年前
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.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则