It is very good these things are getting publicized. More and more people realize these payment schemes for what they are: a scam. Every cloud provider that refuse to put a hard spending limit participates in this. It is important to remember that not all cloud providers participate in it. For example, in Hetzner Cloud, they explicitly provide the maximum amount you are going to pay for a given instance or service in…
I got pwned by my cloud costs
101–110 of 657 posts
Re: I got pwned by my cloud costs
#102Re: I got pwned by my cloud costs
#103Earlier quoted context omitted.
Sounds like a pretty expensive privilege. How is using cloudflare okay in this then? Cloudflare is also not Azure
> Sounds like a pretty expensive privilege. Well, it might also come with contacts in the billing department.
> I'm going to miss the $13,000 USD (yes) a year in free azure credits. Just remember this amount of money when you are reading content about "how good azure is" and "what the latest and greatest is" from influencers and community leaders here on social media...
Re: I got pwned by my cloud costs
#104What would happen if a credit card limit was exceeded, a site would just stop working?
Re: I got pwned by my cloud costs
#105Can somebody explain to me why I wouldn't just rent a 40 EUR dedicated server from Hetzner with unlimited traffic and gigabit uplink? His 600GB/day is way less than what you get over a gigabit link within a day. Sure, sudden bursts would perhaps "throttle" at a gigabit, but according to his article that was only the cloudflare proxy anyhow, so no pain in having that take a few seconds longer. As far as I am concerned…
Perhaps for the same reason that the vast majority of the readers of this site don’t use Hetzner: they are not European and neither are their users.
I'd love to hear your reasoning why people who aren't European would prefer to avoid European service providers.
Re: I got pwned by my cloud costs
#106Earlier quoted context omitted.
He is a Microsoft MVP. A title that is given for being a "community evangelist" of Microsoft. You wouldn't get that throwing it on a Heztner machine. Edit: Consider this article, and Geoff's statement about Azure credits. https://www.theregister.com/2021/04/21/microsoft_revokes_mvp...
Sounds like a pretty expensive privilege. How is using cloudflare okay in this then? Cloudflare is also not Azure
Re: I got pwned by my cloud costs
#107Always use your own proxy where the egress is well within your free tier, i.e. do this: Azure|Amazon > Hetzner|Linode > Cloudflare
Why?
Because Cloudflare cache is a massively multi-tenant LRU cache and whilst hot files will be cached well (and with Cloudflare Tiered Cache even better - but this itself is a cost) anything else is still going to expose you to some degree of egress cost.
When I exposed AWS to the web I paid $3k per month to AWS. With Cloudflare in front of AWS I paid $300 per month to AWS. With Linode in front of AWS and behind Cloudflare I paid $20 per month to Linode and about $12 per month to AWS.
A Linode, Hetzner instance... or any other dumb cheap web server that comes with a healthy free tier of bandwidth is all you need to set up a simple nginx reverse proxy and have it cache things to disk https://docs.nginx.com/nginx/admin-guide/content-cache/conte...
Re: I got pwned by my cloud costs
#108Re: I got pwned by my cloud costs
#109Earlier quoted context omitted.
I'm fan of cheap VPSes too, but I'd like to have things like metrics out of the box
€40 gives you a dedicated server, not just a VPS. Getting metrics on that is not a hard problem, there are various projects that are relatively simple to set up. If you want to make it easier manage resources, metrics out of the box, and avoid (hoster) lock-in then I'd use a hyper visor distro like Proxmox VE (disclaimer, am a dev there) or the like, and you can migrate (or backup/restore) VMs or Containers easily to…