|
|
|
|
|
by FpUser
1747 days ago
|
|
>"Racked up a several-hundred-thousand dollar bill in a couple of hours." This is enough to rent big server from Hetzner / OVH for like forever and have person looking after it with plenty of money left. >"I've experienced how painful companies that tried to run their own infrastructure made things like DB backups" I run businesses on rented dedicated servers. It had taken me a couple of days to create universal shell script that can create new server from the scratch and / or restore the state from backups / standby. I test this script every once in a while and so far had zero problems. And frankly excluding cases when I want to move stuff to a different server there was not a single time in many years when I had to use it for real recovery. I did deployments and managed some infrastructure on Azure / AWS for some clients and contrary to your experience I would never touch those with the wooden pole when I have a choice. Way more expensive and actually requires way more attention than dedicated servers. Sure there a cases when someone need "infinite scalability". Personally I have yet to find a client where my C++ servers deployed on real multicore CPU with plenty of RAM and array of SSD came anywhere close to being strained. Zero problems handling sustained rate of thousands of requests per second on mixed read / write load. |
|