52.35.87.134 <- Amazon Technologies Inc. (AT-88-Z)
I am building a cloud
21–30 of 589 posts
Re: I am building a cloud
#22Potentially useful context: OP is one of the cofounders of Tailscale. > Traditional Cloud 1.0 companies sell you a VM with a default of 3000 IOPS, while your laptop has 500k. Getting the defaults right (and the cost of those defaults right) requires careful thinking through the stack. I wish them a lot of luck! I admire the vision and am definitely a target customer, I'm just afraid this goes the way things always go…
Edit: I posted this before reading, and these two are the same he points out.
Re: I am building a cloud
#23Re: I am building a cloud
#24i just use Hetzner. Everything which cloud companies provide just cost so much, my own postgres running with HA setup and backup cost me 1/10th the price of RDS or CloudSQL service running in production over 10 years with no downtime. i directly autoscales instances off of the Metrics harvested from graphana it works fine for us, we've autoscaler configured via webhooks. Very simple and never failed us. i don't know…
Re: I am building a cloud
#25Oh, that’s too kind. More like 100x to 1000x. Raw bandwidth is cheap.
Re: I am building a cloud
#26i just use Hetzner. Everything which cloud companies provide just cost so much, my own postgres running with HA setup and backup cost me 1/10th the price of RDS or CloudSQL service running in production over 10 years with no downtime. i directly autoscales instances off of the Metrics harvested from graphana it works fine for us, we've autoscaler configured via webhooks. Very simple and never failed us. i don't know…
Agree, I used to always use Heroku or Render style platforms for my own software, but nowadays I just have a Linux server with Docker Compose and a Cron job. The cron job every minute runs docker pull (downloads latest image) and docker up -d (switches to new version only if there is a new version). And put caddy in front for the HTTPS. This has been very cheap and reliable for years now.
Re: I am building a cloud
#27exe.dev. 111 IN A 52.35.87.134 52.35.87.134 <- Amazon Technologies Inc. (AT-88-Z)
Re: I am building a cloud
#28Earlier quoted context omitted.
Companies buy cloud services because they want to reduce in-house server management and operations, for them it's a trade-off with hiring the right people. But you are right, when you can find the right people doing it yourself can be a lot cheaper.
I get the feeling that with LLMs in the mix, in-house server management can do a lot more than it used to.
Re: I am building a cloud
#29I don't get it, what is this, how is it different?
Re: I am building a cloud
#30The main reason clouds offer network block devices is abstraction.