TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: AWS CloudWatch Fraud?

7 pointsby uLogMicheal8 months ago
Over a year ago I migrated one of my companies away from AWS and deleted all EC2 and Kubernetes instances. I recently noticed that regardless of these cancellations, AWS has consistently billed for &quot;CloudWatch&quot;.<p>The service team sent back a bunch of general information about costs and instructions to remove a &quot;Metric Filter&quot; which from my follow-up I can confirm does not exist on my account.<p>The detailed billing shows charges like this across US regions:<p>$0.00 per request - first 1,000,000 requests 239,785 Requests<p>$0.01 per 1,000 metrics requested using GetMetricData API - US West (Northern California) 295,570 Metrics<p>Do others have experience with miscellaneous charges that are impossible to cancel? Any tips for dealing with support on this to get answers beyond copy&#x2F;paste support articles?

4 comments

cddotdotslash8 months ago
Based on &quot;GetMetricData&quot;, you&#x27;re not paying for services, but rather something with access to your account is making API requests to CloudWatch. Do you have any third-party monitoring tools (Splunk, Datadog, etc.) in use? Can you check your IAM portal to see if you have any users&#x2F;roles with recent access?
Reubend8 months ago
AWS definitely doesn&#x27;t do any &quot;fraudulent&quot; billing for CloudWatch, but there are sometimes very complicated pricing schemes for AWS products, and people often setup complicated systems that they don&#x27;t fully understand the cost implications of.<p>In your case, I&#x27;d guess that some part of your system, or perhaps some integration that you added to your account, is making API calls without you being aware of it.
ashitvora8 months ago
Not sure about the fraud but recently we had a very heavy bill from AWS (6x of our usual AWS bill).<p>After much investigation I realised that one of my dev has setup complicated stuff using some Terraform config he found on Github.<p>I feel that AWS has very bad UX.
re-thc8 months ago
Just in case: the thing people often forget is to change regions when checking if something exists. Did you check us-west-1 when checking if this exists in CloudWatch?<p>Maybe try the aws cli to list and delete?
评论 #41501562 未加载