Live data from Hacker News

Ask HN: Did your AWS bill literally double from last night?

news.ycombinator.com

71–75 of 75 posts

Re: Ask HN: Did your AWS bill literally double from last night?

#71
post #68

Earlier quoted context omitted.

You can, and if you want to use Lambdas, you can also route to them from ALBs, which has a bit confusing of a pricing model for comparison, but has no per-request cost.

Oh, ALBs. Now that's a mess. You'll either be charged per new connection, per concurrent connection, per byte, or per rule evaluation, depending on which is highest any given hour. https://aws.amazon.com/elasticloadbalancing/pricing/

> Load Balancer Capacity Units

I'm baffled at the complexity of just ELB pricing. Do AWS customers just not care?

Re: Ask HN: Did your AWS bill literally double from last night?

#72

Earlier quoted context omitted.

The API charges per use, but not the cost explorer dashboard itself.

All those dashboards use the APIs underneath. The cost explorer dashboard certainly does incur API calls on my account.

no it doesn't

Re: Ask HN: Did your AWS bill literally double from last night?

#74
"isitfit" (https://isitfit.autofitcloud.com) is a downloadable command-line tool that calculates billed usage of EC2 instances from the number of running hours over the last 90 days. You could reconcile it against the EC2 section in your AWS bill. To download it, use `pip3 install isitfit` and then just run the command `isitfit`. It's free and open-source at https://github.com/autofitcloud/isitfit

Edit: On a side-note, this week is the global climate strike week (https://globalclimatestrike.net/). Consider running `isitfit --optimize` to identify underused EC2 instances, downsize them, and use the saved money to save the planet.

Re: Ask HN: Did your AWS bill literally double from last night?

#75
Is anyone still seeing problems like this? I found duplicate entries in our Parquet CUR reports, but not in the CSV versions (we export both, for reasons). The duplicates were from 24 September beween 00:00 and 13:00 UTC and only for Usage and DiscountedUsage. Not limited to EC2, though, it was Redshift, CloudWatch, and a lot of other services too.
Post reply on HN