| > So which cloud provider offers a HARD spend limit? It still baffles me that this isn't the default. Then again, egress/ingress costs also baffle me, why not just offer capped speed and unlimited bandwidth? I doubt that i'll ever willingly use a platform that i pay for myself, which can just decide to charge me bunches of money because of my site/app getting DDoS'ed (assuming not all components are fully protected at the edge or something) or suddenly gaining popularity. In my eyes, such scalability should be opt in (or at least opt out) and by default my apps should just break under the load, much like any self-hosted software would, which may be preferable in some circumstances (e.g. API manages backpressure as best as it can, once request queues fill up, it just gives "503 Service Unavailable" with something like "Retry-After" and any clients/front ends are supposed to show messages to try again later, or automatically retry after a while). To that end, here's a list of providers that give you such fixed resources (in this case VPSes) and that i personally have used in the past: • Time4VPS: https://www.time4vps.com/?affid=5294 (currently hosts most of my sites, hence affiliate link) • Contabo: https://contabo.com/en/ • Hetzner: https://www.hetzner.com/cloud • Scaleway: https://www.scaleway.com/en/elements/ • Vultr: https://www.vultr.com/products/cloud-compute/ • DigitalOcean: https://www.digitalocean.com/products/droplets/ Of course, some of those also offer managed services, but in my eyes it's far safer to just run MySQL/MariaDB/PostgreSQL/MongoDB/Redis and any other piece of software in Docker (or OCI compatible) containers, as opposed to using something proprietary, even with protocol compatibility. That way, it's also possible to migrate between providers easily, should the need arise. |