Live data from Hacker News

AWS US East is experiencing high error rates on several services

news.ycombinator.com

21–30 of 184 posts

Re: AWS US East is experiencing high error rates on several services

#21
post #12

SQS is the specific service giving me a ton of trouble right now. Hope they resolve this quickly. Had rayguns about sqs all night heh. So are they saying they are throttling SQS because of the DynamoDB issue?

I'm not sure. I think many of the other services mentioned probably rely internally on SQS, so resolving the SQS issues might resolve most of the other issues as well. Not completely sure though whether DynamoDB would benefit from relying internally on SQS.

Yeah good point. It's something I forget sometimes that AWS uses AWS... and that even if I don't rely on a particular service specifically, a service I rely on may, in fact, rely on that service.

Hopefully there is a relatively fast recovery on this.

Can anyone even log into their aws console right now?

Re: AWS US East is experiencing high error rates on several services

#22
post #10

I hate the fact that most people(including me apparently) still assume AWS is not in their "downtime" equation. Just spend the last 30min troubleshooting SMTP auth problem. Not funny when its Sunday.

I also noticed the random auth problem in SMTP and my knee jerk reaction was to google "status aws"...

Re: AWS US East is experiencing high error rates on several services

#24
post #21

Earlier quoted context omitted.

I'm not sure. I think many of the other services mentioned probably rely internally on SQS, so resolving the SQS issues might resolve most of the other issues as well. Not completely sure though whether DynamoDB would benefit from relying internally on SQS.

Yeah good point. It's something I forget sometimes that AWS uses AWS... and that even if I don't rely on a particular service specifically, a service I rely on may, in fact, rely on that service. Hopefully there is a relatively fast recovery on this. Can anyone even log into their aws console right now?

I can log in.

I wonder if SQS uses DynamoDB, not the other way around.

Re: AWS US East is experiencing high error rates on several services

#26

This seems like another reason to not rely on Amazon-specific services, other than the obvious vendor lock-in. At least in the event of an instance outage you could conceivably migrate off Amazon to another VPS provider. No one using DynamoDB has an alternative.

Alternatively, run a fallback data store.

Re: AWS US East is experiencing high error rates on several services

#27

This seems like another reason to not rely on Amazon-specific services, other than the obvious vendor lock-in. At least in the event of an instance outage you could conceivably migrate off Amazon to another VPS provider. No one using DynamoDB has an alternative.

Source for service with better uptime than Amazon?

Re: AWS US East is experiencing high error rates on several services

#28

Le sigh. This is impacting AirBnB and I need to check in somewhere in LA later today. Good thing all the details are in the AirBnB messaging history with the host. Time for them to just go back to email.

I'm somewhat in the same situation. I want to check-in a movie I just watched and give it appropriate rating, but IMDB is down. I guess we'll just have wait, right?

Re: AWS US East is experiencing high error rates on several services

#30
post #3

well, time to find out who has failure tolerance built in to the architecture 8^)

failure tolerance is an alien technology for amazon...

that's completely untrue. there are many ways to do fault-tolerance in AWS. it's expensive, but it's possible. netflix even goes as far as simulating the failure of entire aws regions in their simian army testing suite:

http://techblog.netflix.com/2011/07/netflix-simian-army.html

That's why Netflix stays up when us-east or us-west are down.

Post reply on HN