Hacker News new | ask | show | jobs
by everfrustrated 454 days ago
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.