Over the past few months our Cloudwatch costs have steadily risen. This seems to be caused by metric updates. RUM was enabled for a short time but has been disabled for about 2 months now. This is not a high traffic account only currently being used for development by a single person. Help troubleshooting this would be appreciated.
Asked
Active
Viewed 411 times
1 Answers
2
Metric updates operation is related to CloudWatch Metric Streams which can be used to send CloudWatch metrics to an AWS partner e.g. New Relic, Datadog, Dynatrace, etc.
As indicated in pricing page it has a cost of $0.003 per 1,000 metric updates.
To check if you have one or more metric streams enabled enter to CloudWatch -> Metrics -> Streams:
And then you can delete it, stop it or re-configure it to limit the ingestion to a specific metric namespace

OARP
- 3,429
- 1
- 11
- 20
-
1New relic was integrated a few months back. On the surface that appears to be the cause. I wonder whether the polling alternative would reduce the cost any. For now the stream has been stopped. https://newrelic.com/blog/best-practices/aws-cloudwatch-metric-streams – RTC Aug 26 '22 at 16:27