Why Did I Get Charged for Hours on an EC2 Instance I Didn’t Use?

0
7
Asked By TechyNerd42 On

I'm really confused and frustrated. I launched an EC2 instance and only used it for 4 hours, but I stopped the instance thinking it would halt all charges. However, I was shocked to see AWS charged me for 28 hours of usage that I never actually used! To resolve the situation, I terminated the instance completely, but AWS support is now saying the instance is still running, which makes no sense to me. Has anyone experienced something like this? How can an instance I terminated still be considered 'running'? What steps can I take to dispute these charges? I just want to use AWS responsibly without being overcharged!

5 Answers

Answered By ServerSleuth99 On

Don't forget that stopping or terminating an instance doesn't always drop your costs to zero. You could still be on the hook for EBS storage or associated resources. I’d recommend checking your billing details to see if that's why you're still seeing charges.

Answered By CloudExpert88 On

First off, check the billing console and see what exactly you're being charged for. Sometimes people overlook IPs or EBS snapshots that stay around even after you think you've terminated everything. That could explain some unexpected charges.

Answered By AWSWhisperer On

If you want to track what's going on, pull the CloudTrail logs for this instance. It will give you a detailed history of when the instance was started, stopped, and terminated. If you're right, those logs can serve as proof when you dispute the charges. Just remember: even if an instance's status changes, you might still be billed for storage.

Answered By BillingGuru77 On

For further clarity, the billing console is your best friend here. It can break down all the charges. Make sure to look at the exact accrued charges to avoid confusing them with forecasts. And after termination, make sure to release any elastic IPs you've got hanging around!

Answered By SkyWatcher123 On

Make sure to check all regions for any running EC2 instances you might have missed. It's easy to accidentally leave something running in a different region. Also, just a heads up, even when an instance is stopped, you might still incur charges for storage or reserved IPs.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.