Earlier quoted context omitted.
Is there a word for cloud billing anxiety yet? I had an AWS account I wasn't using, but I didn't want to get surprised by any bills, so I set an alert to let me know when the bill was more than $0. Sometime later the alert went off, so I anxiously jumped into AWS to see what kind of disaster was happening, and found that I got billed a few cents... for the alert itself. I closed it altogether after that. It's better…
> Sometime later the alert went off, so I anxiously jumped into AWS to see what kind of disaster was happening, and found that I got billed a few cents... for the alert itself. They charge for billing alerts? I've never used AWS in production and I suppose it's a miniscule cost, but, wow, that seems really pedantic to charge for that.
Ask HN: Did your AWS bill literally double from last night?
11–20 of 75 posts
Re: Ask HN: Did your AWS bill literally double from last night?
#12[0] https://console.aws.amazon.com/cost-reports/home#/dashboard
Re: Ask HN: Did your AWS bill literally double from last night?
#13Earlier quoted context omitted.
> Sometime later the alert went off, so I anxiously jumped into AWS to see what kind of disaster was happening, and found that I got billed a few cents... for the alert itself. They charge for billing alerts? I've never used AWS in production and I suppose it's a miniscule cost, but, wow, that seems really pedantic to charge for that.
AWS is a gigantic exercise in figuring out how to gouge customers. Case in point: charging API gateways per HTTP request.
Re: Ask HN: Did your AWS bill literally double from last night?
#14Re: Ask HN: Did your AWS bill literally double from last night?
#15Earlier quoted context omitted.
AWS is a gigantic exercise in figuring out how to gouge customers. Case in point: charging API gateways per HTTP request.
I don't necessarily disagree with you, but I don't think that's a strong example. Charging for utilization is the most obvious way to price a service, and http requests are the most obvious way to track utilization of an API gateway (or any load balancer).
Some service providers such as Hetzner don't even charge for bandwidth up to 20TB, but somehow AWS found a way to hike the bill per HTTP request.
Re: Ask HN: Did your AWS bill literally double from last night?
#16Re: Ask HN: Did your AWS bill literally double from last night?
#17Earlier quoted context omitted.
I don't necessarily disagree with you, but I don't think that's a strong example. Charging for utilization is the most obvious way to price a service, and http requests are the most obvious way to track utilization of an API gateway (or any load balancer).
Which other service provider puts a price tag on each HTTP request routed through a reverse proxy? Some service providers such as Hetzner don't even charge for bandwidth up to 20TB, but somehow AWS found a way to hike the bill per HTTP request.
Re: Ask HN: Did your AWS bill literally double from last night?
#18Re: Ask HN: Did your AWS bill literally double from last night?
#19Earlier quoted context omitted.
> Sometime later the alert went off, so I anxiously jumped into AWS to see what kind of disaster was happening, and found that I got billed a few cents... for the alert itself. They charge for billing alerts? I've never used AWS in production and I suppose it's a miniscule cost, but, wow, that seems really pedantic to charge for that.
AWS is a gigantic exercise in figuring out how to gouge customers. Case in point: charging API gateways per HTTP request.
Otherwise there's no incentive for application developers to optimize their usage.
In my last company we charged per unit of work, but it was possible to send a lot of requests to do a tiny amount of work -- some customers hammered us with millions of requests to do each unit of work. It wasn't malicious and it worked with their workflow, but we lost money on those customers due to all of the infrastructure required for the request routing.
The company eventually started charging a nominal fee per request, which resolved the issue.
Re: Ask HN: Did your AWS bill literally double from last night?
#20Yeah something is crazy.. I killed a bunch of service content and my cost STILL seems to be going up.. My bill for this month (even after the reduction) is going to be almost 85% higher than last month with the same level of activity.