Not sure if this is related.
AWS US East is experiencing high error rates on several services
41–50 of 184 posts
Re: AWS US East is experiencing high error rates on several services
#42Re: AWS US East is experiencing high error rates on several services
#43Earlier quoted context omitted.
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?
Any knowledge or evidence that IMDB runs on AWS, and that the two are thus correlated?
Re: AWS US East is experiencing high error rates on several services
#44Earlier quoted context omitted.
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?
Any knowledge or evidence that IMDB runs on AWS, and that the two are thus correlated?
Re: AWS US East is experiencing high error rates on several services
#45Re: AWS US East is experiencing high error rates on several services
#46Earlier quoted context omitted.
Garbage you say? Dynamodb blazed a trail for many open source, eventually consistent kv databases. Certainly not garbage.
The only thing DynamoDB can do good is simplicity. Except for this, even MongoDB has tons more features than DynamoDB and the new version resolved performance problems existed in the previous versions.
Re: AWS US East is experiencing high error rates on several services
#47Earlier quoted context omitted.
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?
Any knowledge or evidence that IMDB runs on AWS, and that the two are thus correlated?
Re: AWS US East is experiencing high error rates on several services
#48Amazon CTO: We designed DynamoDB to operate with at least 99.999% availability :D
Re: AWS US East is experiencing high error rates on several services
#49The morning is going to be started. Traffic will be ramped up, and not sure if new sevrers will be launched because CloudWatch is failed. Polling SQS to find lifecycle notification message fail too.
Re: AWS US East is experiencing high error rates on several services
#50This 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.
Serious AWS web apps are also distributed across multiple regions/availability zones, but many companies don't do that. It would be good for hosting services like Heroku, which I use, would replicate across zones also.
To be fare to Amazon, they tell you you architect and built across availability zones.