I was in a meeting checking email when I received a budget notification saying my estimated bill would reach about $94 million by the end of the month. I initially assumed it was phishing, but an AI assistant suggested the message looked legitimate. When I checked the AWS billing console, it showed the same enormous estimate, which was terrifying because I had recently been experimenting with a few services.
While trying to contact support, I found an AWS Health notice explaining that the billing figures were affected by a bug. I'm relieved it wasn't real, but this was an awful experience. AWS can send an email about a massive estimated bill, so it should also send a prominent email explaining when billing data is known to be incorrect. Less technical users could easily panic, delete resources, or assume their accounts had been compromised.
4 Answers
I had a similar reaction and immediately checked the console instead of trusting the email. Seeing the same number inside the official billing page made it look completely real. A prominent alert alongside the budget notification would have prevented a lot of unnecessary panic and incident-response work.
This is also a good reminder that monitoring systems need sanity limits. One cost-monitoring tool rejected a reported $35 billion S3 estimate because it exceeded a deliberately generous maximum. Automated alerts and billing pipelines should treat impossible values as potential data-quality failures instead of immediately presenting them as real charges.
Using an AI assistant to sanity-check an email isn’t automatically a problem, especially when you’re stressed, but it shouldn’t replace checking the sender, headers, account activity, and the provider’s own console. In this case, the official console showed the same bad data, which is why the incident was so convincing.
Exactly. The AI check was only one step; the real shock came from seeing the same huge estimate after logging in directly. Even experienced users can panic when the provider’s own dashboard confirms an impossible number.
This appears to have been a billing display or estimation bug, not actual usage. Several accounts reportedly showed absurd figures ranging from millions to billions. The scary part is that the service notification explaining the issue wasn’t necessarily visible when people first received the billing email, so many users started investigating as if they had been hacked.

Some people reportedly woke up security teams or even started deleting resources because they thought someone had deployed huge amounts of infrastructure. Billing anomalies need a clear, highly visible explanation as soon as they’re detected.