How to know which EC2-ELB I'm paying for

0

Hello, with my billing Dashboard, I'm getting 0.5 dollars daily for usage of Ec2-ELB for two days, even without any declared loadbalancer or accessing to my account. How I can find the source of this consumption I looked in EC2 load balancer I don't find any ELB Can you please advise ?

已提问 2 年前1338 查看次数
3 回答
1

Hi RoB,

You can get granular resource charge and usage data per hour in the CUR. Enabling CUR is free, there will be a small charge for storing the data in S3.

https://docs.aws.amazon.com/cur/latest/userguide/cur-create.html

You can also query your CUR with Athena, but it needs to be setup first (there will be a small charge per query - see Athena pricing)

https://docs.aws.amazon.com/cur/latest/userguide/cur-query-athena.html

And finally as an example of queries you can utilize to query CUR with Athena, there are sample queries in the Well Architected CUR Query Library

https://wellarchitectedlabs.com/cost/300_labs/300_cur_queries/

AWS
已回答 2 年前
0
已接受的回答

You can use Cost Explorer (free tool) to dive deeper into your daily charges. Launch and Activate it from the billing console of the account, and use the combination of grouping and filter options.

For example, you can *filter *ELB service, and you can *group by *Usage Type or API Operation. This will give you more info regarding usage types that you are charged for.

It's possible that you see billing for ELB in one region, but you currently use resources in another region, make sure you check which region the billing is related to.

profile pictureAWS
专家
已回答 2 年前
0

If you have Config enabled in the region where you are being billed you can select AWS ElasticLoadBalancing LoadBalancer and AWS ElasticLoadBalancingV2 LoadBalancer as the Resource Types and ensure you select Include Deleted Resources. This should then populate the resources associated with your charges which you can then drill into to see when and how they were created.

RoB
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则