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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] buttnugget@lemmy.world 10 points 4 months ago* (last edited 4 months ago) (3 children)

Amazon has so much redundancy built into EC2 that I genuinely thought they’d be able to avoid this.

[–] figjam@midwest.social 8 points 4 months ago (1 children)

You should plan for your app to be multi regional if it needs to be up that much.

[–] buttnugget@lemmy.world 5 points 4 months ago (1 children)

That’s what I’m saying. I took an amazon class last summer and that seemed to be the base.

[–] figjam@midwest.social 4 points 4 months ago

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.

[–] Appoxo@lemmy.dbzer0.com 7 points 4 months ago

Hardware? Yes
Network misconfiguration? Welll...

[–] JackbyDev@programming.dev 6 points 4 months ago (1 children)

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.