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.

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
전문가
답변함 일 년 전
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠