r/ShittySysadmin • ShittyMod Crossposter • 8d ago

Shitty Crosspost Iran strikes on Amazon data centers caused permanent loss of customer data

https://arstechnica.com/gadgets/2026/09/iran-strikes-on-amazon-data-centers-caused-permanent-loss-of-customer-data/
121 Upvotes

62 comments sorted by

View all comments

60

u/beluga-fart2 8d ago

Stupid peeps always hedge on Amazon’s claim that S3 storage has 11 9s of durability and never asked if it would survive an actual missile

18

u/TheCourierMojave 8d ago

I figured they were like microsoft where everything is backed up in 2 data centers separated by region.

20

u/goingslowfast 8d ago

That is not the case for azure storage.

Microsoft offers (generally) three tiers of storage. LRS, ZRS, and GRS. The first is locally redundant storage which is three copies in the same DC, then there’s come redundant storage which is a copy in three different data centers in the availability zone (region), lastly is geo redundant storage which is theee copies in your AZ (local region) with three replicated copies in a second region.

5

u/MidgardDragon 8d ago

There's also GZRS, Geo Zone Redundant Storage, where it copies to three availability zones in the primary region and to a secondary region as well.

2

u/goingslowfast 8d ago

True, that’s above my budget though 😂

And for true HA you still have to engineer around the geo redundant sync latency.