- Newest
- Most votes
- Most comments
This issue usually happens because the EC2 instance is running in a different AWS region than the one you are currently viewing in the console. AWS resources are isolated by region, so you need to check all regions to find where the c5.xlarge instance is running. Once you identify the correct region, you can go to that region in the AWS Management Console and delete or stop the instance to stop further charges.
answered a year ago
There are several reasons why you might be seeing charges for c5.xlarge EC2 instances even when you can't find any active instances in your console:
-
Stopped but not terminated instances: If you have EC2 instances that are stopped but not fully terminated, you'll still be charged for the associated EBS volumes.
-
Recently terminated instances: You may still see charges for instances that were running earlier in the billing period but have since been terminated.
-
Hidden resources across regions: Ensure you've checked all AWS regions for resources. You can use EC2 Global View to see all your EC2 resources across all regions.
-
EBS volumes and snapshots: Even if instances are terminated, any detached EBS volumes or snapshots will continue to incur charges.
-
Elastic IP addresses: If you've allocated Elastic IPs but they're not associated with running instances, you'll be charged for them.
-
Account suspension/recovery issues: If your account was suspended and then recovered, instances might not be visible in the console but could still be accruing charges.
To investigate and resolve this issue:
-
Check your billing dashboard and expand the Elastic Compute Cloud section to see which regions have EC2 resources.
-
Use the AWS Cost Explorer to identify specific services and regions incurring charges.
-
Look for stopped instances, as these won't appear in the default "Running instances" view.
-
Verify your IAM permissions to ensure you have access to view all EC2 resources.
-
Check CloudTrail logs for any events related to stopping, terminating, or modifying your instances.
If you still can't locate the source of the charges after these steps, consider opening a support case with AWS Billing Support for further assistance.
Sources
I'm being charged with no active EC2 instances | AWS re:Post
Billing without active service | AWS re:Post
EC2 Instance not visible on EC2 Dashboard on my account | AWS re:Post
Charge for EC2 after i remove all resources | AWS re:Post
Why have I been billed without running any instances? | AWS re:Post
Relevant content
asked 2 years ago
