The contributors are running into one of the many common tradeoffs of Serverless, an inability to set spending caps.
I wouldn’t go along with the last line conclusion of the original post - “done with cloud”.
It might be old fashioned, but I really like Infrastructure as a Service (IaaS) rather than Platform as a Service (PaaS). Spin up cloud compute hosts as required, and avoid anything platform specific as much as possible. It’s easy to end up married to AWS, GCP or Azure because the cost of a migration project is always a bit too high to pay off.
My use cases might be smaller scale, but I currently like using Terraform and Ansible with EC2. My Terraform setup is quite specific to the AWS environment (EC2 hosts, VPC, subnets, etc) and would require modification if I jumped ship, but much of my detail is in the Ansible playbooks, which simply expect Debian Stable host(s) to configure with my chosen stack. I currently front all that with Cloudflare, and use the cache and built-in bot protections along with rate limits and WAF rules to try to mitigate against abuse that could run up a bill (such as excessive egress).
cranberryturkey•4h ago