this post was submitted on 20 Oct 2025
908 points (99.2% liked)
Programmer Humor
30162 readers
1413 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Amazon has so much redundancy built into EC2 that I genuinely thought they’d be able to avoid this.
You should plan for your app to be multi regional if it needs to be up that much.
That’s what I’m saying. I took an amazon class last summer and that seemed to be the base.
I blame the customers being cheap or app teams being dumb not Amazon if apps are still down after a few hours of regional downtime.
Hardware? Yes
Network misconfiguration? Welll...
I may be mistaken, but I really could've sworn that a lot of the really strict SLA guarantees Amazon gives assume you are doing things across availability zones and/or regions. Like they're saying "we guarantee 99.999% of uptime across regions" sort of thing. Take this with a grain of salt, it's something I only half remember from a long time ago.