Earlier quoted context omitted.
Do you have something better to point to? It's easy to complain about stuff, but at least he's out there trying to do something. Presumably it can be improved. I'm particularly fond of the quote "lead, follow, or get the hell out of the way", which is a bit harsh in this case because a lot of your advice is good. It could be framed in a more constructive way, though - there's some Comic Book Guy tone there in your co…
Well, if these benchmarks are misguided and useless, it is useful to recognize it as such so you don't go out and trade all your EC2 instances for Linodes. "At least we're doing something!" is a silly defense.
Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
61–70 of 116 posts
Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#62Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#63EBS performance is an issue - Yes it is, don't use EBS. Use instance store and push to S3 for persistence. If you need performance I/O for something, there is likely a separate service available that pushes your I/O bottleneck further away (RDS, ElastiCache, SQS, etc.).
AWS costs more for weaker CPU - Indeed, this can be the case. But, it's often cheaper (but not much) to put up an Elastic Load Balancer with an Auto Scaling Group and dynamically support your peak traffic than it is to pay for an enormous VPS that sits idle 60% of the time.
As these benchmarks suggest, I agree that if you're only using one EC2 instance (and you can't get away with a micro), you should probably be investigating other solutions. If you want to architect your app/project/service/whatever to be more distributed and fault-tolerant, AWS can probably make that easier (not necessarily cheaper).
Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#64Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#65My first impression? graphs are better :)
Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#66Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#67sigh I call these "weekend benchmarks" -- what you'd typically do when you have a block of free time, then spend time optimizing for said benchmark. Roll in on Monday with some staggering results, only to find one (or many) of your variables were off. Did the author try multiple instances on each provider? VM tenancy is a bitch. (Think of how annoyed you get at the noise levels, when your neighbor in the next apartme…
I'd much rather see a two or three synthetic benchmarks around harddrive throughput/latency, memory throughput/latency and CPU.
Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#68Well, Amazon just sucks.
Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#69sigh I call these "weekend benchmarks" -- what you'd typically do when you have a block of free time, then spend time optimizing for said benchmark. Roll in on Monday with some staggering results, only to find one (or many) of your variables were off. Did the author try multiple instances on each provider? VM tenancy is a bitch. (Think of how annoyed you get at the noise levels, when your neighbor in the next apartme…
Re: Cloud server showdown: Amazon AWS EC2 vs. Linode vs. DigitalOcean
#70One of downsides of AWS is the bandwidth cost. It's 5x to 10x more expensive. Running heavy media based websites is just not feasible.