DynamoDB - CloudWatch cost metrics

0

Hello.

I am looking for a way to get in CloudWatch any metric which giveme the information about the cost of my DynamoDB Tables. Or in the case, wich metric can helpme to identify the cost per each table.

已提问 1 年前405 查看次数
2 回答
1

Unfortunately DynamoDB does not emit any table level metrics for costs. This is something that you can of course implement but there are a few steps required:

  1. First of all tag each one of your tables with its own name, for that you can use the tool provided on our GitHub which will automatically tag all of your tables for you.
  2. Then you will have to activate those tags within cost explorer which you can see here. Please note it may take one or two days for the tag to start appearing in Cost Explorer

Once that process is complete, you will be able to break down the prices of each of your tables individually. Furthermore, you can set application specific tags to group costings per application to understand how each of your applications are incurring costs.

More info: Evaluate your costs at the table level

profile pictureAWS
专家
已回答 1 年前
0

Cloudwatch metrics won't provide the cost of the Dynamo Db table. However you can apply tags to the Dynamo table and get the cost by using cost explorer. Please go through the below doc for more details:

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/CostOptimization_TableLevelCostAnalysis.html

profile pictureAWS
已回答 1 年前

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

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

回答问题的准则