I'm really puzzled and frustrated with my recent AWS charges. Here's the situation: I launched an EC2 instance and only used it for about 4 hours. After that, I stopped the instance, thinking that would stop any charges. But somehow, I was billed for 28 hours of usage that I didn't actually use! I then terminated the instance completely, but now AWS support is insisting that the instance is still running, which I don't understand. Has anyone experienced something like this? How can an instance that I've terminated still show as running on their end? Also, what's the best way to dispute these extra charges? I'm trying to be responsible with my AWS usage here and just want to sort this out without getting ripped off.
5 Answers
Another thing to do is check all AWS regions. Sometimes you might have overlooked a second instance that’s still running. New users often don’t realize this and it can lead to unexpected charges.
First off, check what you're specifically being charged for. Go to your billing console and look at the line items there. It could be that you have an Elastic IP or EBS snapshot still hanging around that’s causing the charges.
Totally! It’s important to get a clear view of what those charges are for. If you have old snapshots or anything, those can rack up costs pretty quickly.
To really troubleshoot, pull the CloudTrail logs for your instance. They’ll show you the history of actions taken on that instance, which can be handy if you need proof to dispute those charges. Just remember, stopped instances can still incur costs for their storage.
Just a heads up: stopping an instance doesn’t mean zero costs. You might still be billed for storage (like EBS volumes) and any allocated Elastic IP addresses. You need to ensure everything is properly terminated to avoid further charges.
I’m sorry to hear you’re having this issue with charges after termination. To make sure you clean up any resources you don’t need, check out AWS's guide on removing active resources. If nothing seems to change, contact AWS Support directly for further assistance.

Yes, this can definitely happen! Always good to double-check every region you have an account in.