Hacker News new | ask | show | jobs
by marcosdumay 1589 days ago
> These are natural outcomes of removing friction from scaling.

Yes, and making scaling frictionless brings a very tiny bit of value for everybody, but a huge amount of value for the cloud operator. Any bit of friction would completely remove that problem.

Also, focusing on scaling before efficiency benefits nobody but the cloud provider.

2 comments

>Yes, and making scaling frictionless brings a very tiny bit of value for everybody

I disagree. Using AWS in a frictionless way has made the difference between not deploying applications and deploying them. In one example, I used S3 and EC2 to deploy an app used by several thousand users at work - the deployment was completely scripted and tested before the old app was taken down. It eliminated errors in deploying, increased frequency of denying (which enabled faster security patches), reduced down time from 6 hours to zero, enabled new features for our users (due to scripted testing). Everyone won - and I got a promotion :)

AWS was originally built to run amazon workloads. When building software at amazon scale absolutely is one of the first things you think about.