Hacker News new | ask | show | jobs
by cmer 5121 days ago
An Hetzner box is still ~4 times faster despite being so much cheaper.

Both the c1.large and m1.xlarge are slower than a decent 9-10 year old server costing less than $100/mo. The same server can be purchased for less than $200 on eBay!

See my benchmarks:

http://blog.carlmercier.com/2012/01/05/ec2-is-basically-one-...

2 comments

I first heard about Hetzner when your blog post was submitted to HN. While some HN commenters claimed the title was linkbait, I think it's legitimate (though biased). Amazon can charge what they want, and you can call them out if there are significant performance/price discrepancies.
Actually you didn't even pick the best benchmark. Almost all dedicated servers support AES-NI which can make a staggering difference to your site's SSL performance. This is not available to EC2 AFAIK.

http://www.tomshardware.com/reviews/clarkdale-aes-ni-encrypt...

http://forum.nginx.org/read.php?2,181676

It should be noted that the AES-NI TLS speedup only occurs if you are using AES. If you are using RC4 (Google and Facebook use this), you won't benefit from the new cpu instruction. Here's another useful TLS benchmark I came across:

http://zombe.es/post/4078724716/openssl-cipher-selection

You get my upvote. I had never heard of this before. Definitely interesting and something to keep in mind nowadays.
I know I only stumbled it across it recently. It's strange because as SPDY takes off SSL is going to be a critical part of the overall performance.

Apparently AES-NI is also available in version Xen 4.0+ for VPS users as well. Something to ask your VPS provider.