RTC
RTC

Reputation: 81

Diagnosing Root Cause of Increasing AWS Cloudwatch Costs

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.

May May

June June

July July

August Current August Current

Upvotes: 1

Views: 1784

Answers (1)

OARP
OARP

Reputation: 4077

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:

CloudWatch Metric Streams on console

And then you can delete it, stop it or re-configure it to limit the ingestion to a specific metric namespace

CloudWatch Metric Streams example

Upvotes: 5

Related Questions