Hacker News new | ask | show | jobs
by blablabla123 454 days ago
Meanwhile AWS' popularity was largely driven by EC2 servers which are VPS.

Also they are literally called OVHcloud...

1 comments

Calling yourself a cloud doesn't make you one. Can you do auto scale groups with dynamically scaling load balancers yet on OVH? AWS has had that for 15 years now.
I dont think you realize how small scale majority of EU gov software has to be.

When you have country with population under 10mil and your gov form is used by 10% of those people a year… Thats 80k submissions a month, split by 20 workdays = 4k submissions a day over 8 work hours = 500 submissions hour or about 8 submissions a minute.

I know these are wrong numbers and there are peaks etc. But many would dare to put this on single server with sqlite. Even if you 10x that.

You do need autoscale groups or self healing architectures. Govs requirements are CRUD apps whos biggest issues are design, accessibility, data permissions etc. Not scale.

While the often advertised point of auto scaling is to handle some imagined large load, in reality it's used as a reliability principle.

For example, it enables seamless rollout strategies for frequent cicd. Any regressions in application performance are automatically handled by scaling up, etc.