By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Stop being charged for EC2 with no instances - Please Help

0

Hi, I deleted all my EC2 instances however I'm still being charged for them. Couldn't find AWS support email after a 15 minutes of research so I hope someone approaches me over here. Context is I opened a DataBricks notebook which automatically lunched a clusted on AWS. (I haven't used it exept a few days last month)

Have a look at cost analysis:

Cost analysis overview

As you can see I'm being charged for 2 instances - 1 is "i3.xlarge" the other is "No instance type". Now have a look at EC2 global overview:

EC2 Global Overview

No instances! What am I suppose to understand? I don't want to pay Amazon another $40 for something I don't use and isn't clear how to avoid. I have looked in similar topics but found no solution,

Please, help me. Thanks

asked 2 months ago51 views
2 Answers
2

Based on the information you've provided, it appears that you're experiencing a discrepancy between your EC2 instance usage and billing. This situation can occur for a few reasons:

  1. Terminated instances: Even after terminating EC2 instances, they may still appear on your bill for the current billing period. AWS charges for the time the instances were running, even if they're no longer active.

  2. Delayed termination: Sometimes, instances can get stuck in the "shutting-down" state. In this case, you might continue to incur charges until the termination process completes.

  3. DataBricks integration: Since you mentioned using DataBricks, it's possible that the DataBricks service is managing EC2 instances on your behalf, and these might not be visible in your regular EC2 console view.

To address this issue:

  1. Double-check your EC2 console for any instances in non-terminated states, including "stopping" or "shutting-down".

  2. Review your DataBricks account and ensure all clusters are properly shut down.

  3. Check your AWS Cost Explorer for more detailed information about the charges, including the specific resources and time periods involved.

  4. If you still can't locate the source of the charges, it's recommended to contact AWS Support directly. While there isn't a direct email, you can open a support case through the AWS Support Center in your AWS Management Console.

Remember, you're only charged for instance usage when an instance is in the "running" state. Once an instance is terminated, you should stop incurring charges for that instance. However, you may still see charges for the period when the instance was active.
Sources
Troubleshoot Amazon EC2 instance stop issues - Amazon Elastic Compute Cloud
Terminate Amazon EC2 instances - Amazon Elastic Compute Cloud
Troubleshoot Amazon EC2 instance termination issues - Amazon Elastic Compute Cloud
How EC2 instance stop and start works - Amazon Elastic Compute Cloud

profile picture
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
1

Hi, l

ooking at your screenshot, you still have some billable resources like NAT gateways, Elastic IPs, etc. Delete them (if appropriate) to take care of the "no type" at least.

Didier

profile pictureAWS
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions