(no title)
matthiasb | 1 year ago
Legacy tech stack are especially wasteful: HW + OS + App running 24/7 regardless if it used or not.
My intuition is that AWS claims they can reduce CO2 emissions from your onprem stack by 80% because *IF* it was rewritten into a serverless app, it would consume energy only when it runs.
That's one big if! https://aws.amazon.com/de/blogs/mt/how-to-drive-the-discussi....
mrweasel|1 year ago
We tried to move so many customers to some sort of container, auto-scaling EC2 (i.e. turning the instances off when not in use), Aurora, Lambda, you name it, anything that doesn't necessarily run 24/7. The customers don't like it. They don't feel safe, it's no familiar to them, they don't understand how they should manage it or make up reasons as to why they need to run MariaDB one EC2 or why EFS or S3 won't be able to replace their EC2 backed NFS share.
When it's done correctly, seeing an entire business running without a single VM or physical server is really a amazing thing to see.