Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is "EC2-Other" filter in "Cost Explorer" dashboard mean? [closed]

While investigating AWS Bill using Cost Explorer tool, I selected EC2-Other filter under services and it showed an amount around 5k monthly but I still don’t know what capabilities (features or services) are costing all this amount. What does EC2-Other includes in Cost Explorer dashboard ?

like image 546
Ammar Badran Avatar asked Jul 03 '19 12:07

Ammar Badran


People also ask

What is EC2-other on my bill?

The EC2-Other category includes multiple service-related usage types, tracking costs associated Amazon EBS volumes and snapshots, elastic IP addresses, NAT gateways, data transfer, and more.

Are EC2 instances charged when stopped?

If you ran an EC2 instance at the beginning of the month but you stopped or terminated it later, then your bill will include charges for the time that the instance was running.

How many types of EC2 instances in terms of cost?

There are five ways to pay for Amazon EC2 instances: On-Demand, Savings Plans, Reserved Instances, and Spot Instances. You can also pay for Dedicated Hosts which provide you with EC2 instance capacity on physical servers dedicated for your use.

What is no instance type in cost Explorer?

You will be charged for "no instance type" when you have terminated the EC2 instance but the resources related with that instance is not deleted/cleaned up like. Elastic IP addresses. Amazon Elastic Block Store (Amazon EBS) volumes etc..


2 Answers

There are 2 parts to your question (give a man a fish, and teach him how to fish).

  1. Costs for EC2-Other include things such EBS, Data transfer, Load Balancers, etc.
  2. If you'd really want to check internally what you're being charged for, go to "Cost Explorer", select the monthly cost report, filter on the right the "EC2-Other" service, and group by "Usage Type"

Good luck

like image 94
Dvir669 Avatar answered Oct 05 '22 23:10

Dvir669


In order to understand EC2-Other Costs you'll need to get its details In AWS Cost Explorer > Explore Cost & Usage > in the right panel filter by Service and select EC2-Other. In the graph, group by "usage type".

I present below a list with the most common EC2-Other costs, which are associated to the following services:

  • EBS:VolumeUsage.gp2($)
  • EBS:SnapshotUsage($)
  • CPUCredits:t2/t3($)
  • NatGateway-Hours($)
  • DataTransfer-Regional-Bytes($)
  • ElasticIP:IdleAddress($)
  • NatGateway-Bytes($)
  • REGION1-REGION2-AWS-Out-Bytes($)
  • REGION1-REGION2-AWS-In-Bytes($)
  • Others

For the detailed list in your current AWS account you can look at the list below the graph, and consider downloading the .csv file in case you need to share this info w/ your accounting/finance staff.

Reference Links:

  • https://www.devcop.io/2018/12/12/pesky-aws-ec2-other-costs-confusion-all-around/
  • https://www.itproportal.com/features/7-hidden-aws-costs-that-could-be-killing-your-budget/
  • https://forums.aws.amazon.com/message.jspa?messageID=705136
like image 29
Exequiel Barrirero Avatar answered Oct 06 '22 01:10

Exequiel Barrirero