On GCP and Azure, most folks would be better off running serverless containers via Cloud Run or Container Apps (AWS has no direct equivalent that scales to 0 and incurs no cost). Both of these scale to zero and offer 180k vCPU/s free per month, 360k GB/s free per month. You incur billing only against the active execution time. Cloud Run Jobs has a whole separate free monthly grant as well. You can run A LOT for free…
Thanks a lot, Most people think it is easier to use EC2 than FarGate since the first is the most famous one. But actually, it is the other way around!
AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
41–50 of 142 posts
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#42I have only stumbled on one service that do it. its a datadog alternative, so the bar is not that high for pricing.
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#43Even with automation tools like Ansible or immutable server images, packing as Docker images and running on a container orchestrator have always been much easier.
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#44Earlier quoted context omitted.
Sure, but you can also go to a Slack channel and get help from the people who wrote the FOSS code you're using. For free. Yep, if your Kafka is mission critical and crashes hard, that is bad. But things like Kafka are _never_ a black box you just spin up and never worry about, if anyone thinks so, CAP theorem will give them an awful surprise one day. You're always going to need someone in your team who understands th…
> For free Not sure we agree on the meaning of this phrase in this context.
For 0 money. That kinda free.
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#45They're leaving other things on AWS, i.e. partial migration is quite doable.
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#46>While AWS and Azure are industry leaders, their advantages often only materialize at massive scales. [...] Your comparisons are similar to many others out there that focus on measuring basic cpu and memory. This type of easy comparison where AWS/Azure/GCP is treated as a "dumb" datacenter is easy for alternatives like Hetzner or self-hosting to "win". >Do you really need the advanced features of AWS and Azure right…
For high-scale operations, you need to think real hard about how you do things and usually simplicity is key, and trying to do a little as possible on the high throughput parts is useful.
The costs do add up when you have professionals maintaining your Cassadra/Kafka boxes, but the same degree of complexity exists on AWS, when you try to weave together a tapestry of EC2s, lambdas, various storage services, with all the delicious complexity of multiple VPCs and networking fineries while not blowing the budget.
It's a different skillset, but not less work.
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#47>While AWS and Azure are industry leaders, their advantages often only materialize at massive scales. [...] Your comparisons are similar to many others out there that focus on measuring basic cpu and memory. This type of easy comparison where AWS/Azure/GCP is treated as a "dumb" datacenter is easy for alternatives like Hetzner or self-hosting to "win". >Do you really need the advanced features of AWS and Azure right…
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#48>While AWS and Azure are industry leaders, their advantages often only materialize at massive scales. [...] Your comparisons are similar to many others out there that focus on measuring basic cpu and memory. This type of easy comparison where AWS/Azure/GCP is treated as a "dumb" datacenter is easy for alternatives like Hetzner or self-hosting to "win". >Do you really need the advanced features of AWS and Azure right…
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#49>While AWS and Azure are industry leaders, their advantages often only materialize at massive scales. [...] Your comparisons are similar to many others out there that focus on measuring basic cpu and memory. This type of easy comparison where AWS/Azure/GCP is treated as a "dumb" datacenter is easy for alternatives like Hetzner or self-hosting to "win". >Do you really need the advanced features of AWS and Azure right…
Re: AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner
#50Most cloud customers don't pay on-demand retail prices. For example, Azure VM Reservations or Savings Plans typically provide a 50-65% discount. AWS has similar plans. For example, instead of the ancient F8 series used in the article, a modern D8as_v5 Azure instance under a 3-year Savings Plan is $115/mo. Also, the article compares CPX41 to EC2 and Azure VMs with dedicated cores, not shared cores. The CCX33 Hetzner m…