How do I reduce "CW:GMD-Metrics" costs?

0

I've noticed a cost labeled as "CW:GMD-Metrics" in my AWS Cost Explorer. I believe this is related to Amazon CloudWatch custom metrics, specifically the ingestion and storage of granular metric data.

I'm looking for advice on how to drill down and find optimization opportunities to reduce these costs.

Here's what I've considered so far:

  • Evaluating the necessity of each custom metric.
  • Adjusting the metric resolution.
  • Optimizing metric storage and retention periods.

I'd appreciate any further suggestions, especially on how to identify the major cost contributors and best practices for optimizing CloudWatch custom metrics usage. If anyone has had experience reducing "CW:GMD-Metrics" costs or has any insights, please share!

Thank you in advance for your help!

AWS
已提問 1 年前檢視次數 4801 次
1 個回答
0

You are on the right track . first step to understand what you were charged for and why - Review your AWS Cost and Usage reports to understand your CloudWatch charges. Look for charges for the following services.

  • Custom metrics:
  1. MetricStorage <region>-CW:MetricMonitorUsage
  • CloudWatch metric API calls:
  1. <API Name> <region>-CW:Requests
  2. GetMetricData <region>-CW:GMD-Requests/Metrics
  • CloudWatch alarms:
  1. Unknown <region>-CW:AlarmMonitorUsage
  2. Unknown <region>-CW:HighResAlarmMonitorUsage
  • CloudWatch dashboards:
  1. DashboardHour DashboardsUsageHour(-Basic)
  • CloudWatch Logs:
  1. PutLogEvents <region>-DataProcessing-Bytes
  2. PutLogEvents <region>-VendedLog-Bytes
  3. HourlyStorageMetering <region>-TimedStorage-ByteHrs
  • CloudWatch Events:
  1. AWSEvents PutEvents <region>-Event(-64K-Chunks)|Request

Once you understand what you were charged Please refer to the Resolution section in the Link : https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-understand-and-reduce-charges

profile pictureAWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南