i used to think that the internet would outlast this country; but the landscape has changed so much that it looks like it'll stop working because of amazon/cloudfare/azure/etc.
I decided to look at right leaning site and they are blaming the outage on the Chinese. I'm just flabbergasted that they are still using the rhetoric that the Chinese government is trying to dismantle our democracy... They have serious blinders on thinking America needs help to fall into a fascist dictatorship. If the media is pointing to foreign enemies the real enemy is sitting in the white house Mar-a-Logo.
not sure, it looks like its a different system that manages the DNS for DynamoDB. it got out of sync and deleted all the DynamoDB DNS records, that then broke all the internal AWS stuff
Yes, DNS started failing to properly fill name lookups. So, DynamoDB started failing. That started making security and other AWS services fail. Which in turn made higher level services fail.
Unexpected behavior, leading to unexpected inputs to systems, often leads to failures. Put simply, nobody thought X would happen on Y service or at Z level, so nobody wrote code to handle that scenario. May sound crazy at first, but it's quite hard to cover all possible scenarios when writing code..... Or with life in general.
13 Comments
Smilezz@lemmy.world · 25 pts · 292d
_stranger_@lemmy.world · 3 pts · 291d
the saddest episode of AWSatar: the last route mangler
joeldebruijn@lemmy.ml · 17 pts · 292d
dave@feddit.uk · 13 pts · 292d
FTFY
eldavi@lemmy.ml · 9 pts · 292d
is the point of this comic to express how a single point of failure can bring a system down and the dns here definitely feels like a single point.
joeldebruijn@lemmy.ml · 2 pts · 265d
Update
eldavi@lemmy.ml · 1 pts · 265d
i used to think that the internet would outlast this country; but the landscape has changed so much that it looks like it'll stop working because of amazon/cloudfare/azure/etc.
Aneb@lemmy.world · 3 pts · 291d
I decided to look at right leaning site and they are blaming the outage on the Chinese. I'm just flabbergasted that they are still using the rhetoric that the Chinese government is trying to dismantle our democracy... They have serious blinders on thinking America needs help to fall into a fascist dictatorship. If the media is pointing to foreign enemies the real enemy is sitting in the
white houseMar-a-Logo.SpaceNoodle@lemmy.world · 1 pts · 292d
So is that an issue with DynamoDB's system, or Amazon's usage thereof?
mhzawadi@lemmy.horwood.cloud · 4 pts · 292d
not sure, it looks like its a different system that manages the DNS for DynamoDB. it got out of sync and deleted all the DynamoDB DNS records, that then broke all the internal AWS stuff
azimir@lemmy.ml · 5 pts · 292d
AWS is mostly built on AWS.
Yes, DNS started failing to properly fill name lookups. So, DynamoDB started failing. That started making security and other AWS services fail. Which in turn made higher level services fail.
It truly was a house of cards kind of moment.
Admetus@sopuli.xyz · 2 pts · 291d
Reading that article as a layman, I got the impression there were a lot of falling dominoes.
JGrffn@lemmy.ml · 5 pts · 291d
Unexpected behavior, leading to unexpected inputs to systems, often leads to failures. Put simply, nobody thought X would happen on Y service or at Z level, so nobody wrote code to handle that scenario. May sound crazy at first, but it's quite hard to cover all possible scenarios when writing code..... Or with life in general.