Ask HN: Did your AWS bill literally double from last night?
41–50 of 75 posts
Re: Ask HN: Did your AWS bill literally double from last night?
#42Re: Ask HN: Did your AWS bill literally double from last night?
#43Re: Ask HN: Did your AWS bill literally double from last night?
#44Re: Ask HN: Did your AWS bill literally double from last night?
#45Earlier quoted context omitted.
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.
I've never used AWS so perhaps I'm mistaken, but api gateways normally provide extra functionality on top of just proxying the request. You can still set up a server listening on port 80 or 443 with a public IP and make requests to it without being charged per request.
Re: Ask HN: Did your AWS bill literally double from last night?
#46Yes, seeing the same on the Billing & Cost Spend Summary; but the correct amounts are displayed in the AWS Cost Management dashboard [0]. [0] https://console.aws.amazon.com/cost-reports/home#/dashboard
Re: Ask HN: Did your AWS bill literally double from last night?
#47Re: Ask HN: Did your AWS bill literally double from last night?
#48I was also seeing a surprising cost of about twice what I expected, but since I rarely use AWS I was assuming I had just calculated it wrong somehow. It's maddeningly difficult to see your usage history of services -- I still can't figure out how to see what my EC2 usage was this month. There is something called the "cost explorer" which I can't use yet, because apparently it takes 24 hours to set up (?), and it's no…
There is something called the "cost explorer" which I can't use yet, because apparently it takes 24 hours to set up (?), and it's not even clear that it will include my historical activity when it's ready... Cost Explorer itself also charges per use. I'm not kidding: https://aws.amazon.com/aws-cost-management/pricing/
Re: Ask HN: Did your AWS bill literally double from last night?
#49I was also seeing a surprising cost of about twice what I expected, but since I rarely use AWS I was assuming I had just calculated it wrong somehow. It's maddeningly difficult to see your usage history of services -- I still can't figure out how to see what my EC2 usage was this month. There is something called the "cost explorer" which I can't use yet, because apparently it takes 24 hours to set up (?), and it's no…
Re: Ask HN: Did your AWS bill literally double from last night?
#50Earlier 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.