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

Amazon Web-ServicesAmazon Ec2Aws Billing

Amazon Web-Services Problem Overview


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 ?

Amazon Web-Services Solutions


Solution 1 - Amazon Web-Services

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

Solution 2 - Amazon Web-Services

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

https://i.stack.imgur.com/8KPUn.png" width="999">

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.

https://i.stack.imgur.com/d1gbe.png" width="999">

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAmmar BadranView Question on Stackoverflow
Solution 1 - Amazon Web-ServicesDvir669View Answer on Stackoverflow
Solution 2 - Amazon Web-ServicesExequiel BarrireroView Answer on Stackoverflow