3 Answers
- Newest
- Most votes
- Most comments
1
You have two instances with two provisioned volumes. Even not running you pay for those volumes that are provisioned. In order to stop paying you must to terminate those instances. And to make sure please check your AMIs and snapshots, if you have something there it will also have a cost.
1
You are paying for the EBS volumes , AMI and Snapshots although the cost for AMI and snapshots are minimal even if your instances are stopped. If your application has some logic towards it then AMI/snapshots needs to be there as backup from where you can just get the data back whenever you need it.
answered 3 years ago
0
After stopped EC2 following thing you need to check :
- Any elastic IP attached to EC2 should get de allocate. if keep there then there will be charges for reservation
- Default EBS volume you need to delete also if any extra EBS volume you added can check in EBS
- If any ELB ( load balancer ) attached to EC2
- You can go to Billing dashboard select month can find there EC2 category what are you getting charge can easily find.
answered 3 years ago
Relevant content
- asked 5 months ago
- AWS OFFICIALUpdated 8 months ago
