Earlier quoted context omitted.
My experience with the AWS RDS database product has been excellent.
We looked at RDS and had a call with some of their engineers, but we basically had our EC2 + raid'd EBS set up almost the same as they did, all best practices already being done. Since RDS really is EC2 + EBS, they couldn't provide any real assurances it performed better than our own installation. We ended up moving off of AWS as a whole. After several discussions about how we can continue to scale, the ultimate answ…
"Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
111–120 of 157 posts
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#112Earlier quoted context omitted.
We looked at RDS and had a call with some of their engineers, but we basically had our EC2 + raid'd EBS set up almost the same as they did, all best practices already being done. Since RDS really is EC2 + EBS, they couldn't provide any real assurances it performed better than our own installation. We ended up moving off of AWS as a whole. After several discussions about how we can continue to scale, the ultimate answ…
Did you guys find a better cloud service, or did you roll your own in a datacenter somewhere?
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#113This very moment our team is restoring Postgres volumes because the EBS volumes our primary and secondary were on both failed simultaneously.
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#114Earlier quoted context omitted.
If you're interested to see how sites perform on EC2 and Rackspace over time: https://www.blamestella.com/vendor/ec2 https://www.blamestella.com/vendor/rackspace
You're monitoring from AWS US-East it looks like, you'll want to mention that to give people some context around the latency numbers.
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#115Earlier quoted context omitted.
You can't do multi-master with MySQL anyways, which until very recently has been the only "engine" RDS supports. Even if you could do multi-master, replication is still single threaded. You have to come up with your own sharding scheme. This is a limitation of MySQL not RDS.
You can't do multi-master with MySQL? News to me - we've been using circular replication between two servers, each a master and slave, for quite some time now. Not possible with RDS, unfortunately, but works fine on two EC2 instances.
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#116This comment further down, supposedly from an Amazon employee, paints a grim picture for EBS: http://www.reddit.com/r/blog/comments/g66f0/why_reddit_was_d...
The perspectives of disgruntled employees have been known to be worse than reality, on occasion. Not definitively saying that's the case here, just saying.
The team develops a reputation internally for being glorified firefighting, and have trouble recruiting. More senior engineers eventually flee (having, well, choice in the matter) leaving a team heavy with junior talent with no seasoned gurus leading the way.
The company is also growing at ludicrous speed, and hiring is difficult. When the product is in such a painful state, attrition from the team is high, and with slow hiring you are barely countering attrition (exacerbating the junior talent problem), and not even close to growing the team to be in a position to take care of the problem for good.
I suspect this is an industry-wide problem though, and is hardly unique to this place.
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#117The guys from Reddit also spoke about their use of EC2. Apparently they are running entirely on m1 instances which suffer from notoriously poor EBS performance relative to m2 and cc1/cg1 instances.
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#118Earlier quoted context omitted.
Amazon.com is not hosted on EC2. It's entirely separate.
This isn't entirely true. Amazon.com uses EC2 in addition to dedicated servers. http://searchcloudcomputing.techtarget.com/news/1516269/Amaz...
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#119I'll probably be downvoted for this but seems to me the root cause of this problem is Reddit's architectural decision to remain in a single availability zone. If it wasn't EBS it could have been some other issue related to the single AZ that could have brought the site down. Blaming EBS, particularly if you knew it to be a potential weakness in your architecture, seems like a deflection of responsibility.
Re: "Amazon's EBSs are a barrel of laughs in terms of performance and reliability"
#120I firmly believe "the cloud" is a fad, unless for some reason you own and operate all the hardware yourself (ie. Google). Like other technical fads, everyone will probably come back to servers they can reach out and touch when needed, sooner or later.