Earlier quoted context omitted.
I use AWS extensively, but to be completely fair, Netflix doesn't really care about operations costs. Yes, seriously. Their media licensing is so much more expensive, they do not optimize bang-for-buck, going as far as using larger instances (to avoid noisy neighbor problems) that are much less cost effective. So while AWS might be completely worth it for some people (it is for us), Netflix isn't the best argument :)…
"Netflix doesn't really care about operations costs." Considering that they're a publicly traded company, they have a fiduciary duty to watch all costs. Though server costs don't compare in relation to media licensing, I'm sure they pay some attention.
Why I Dislike EC2
111–120 of 191 posts
Re: Why I Dislike EC2
#112I agree with the author, EC2 seems really expensive compared to other clouds. One of the comments suggested DigitalOcean, which has much better pricing, and you can do flexible by the hour pricing and it has a rest API to bring up/down servers. /shameless shill + happy DO customer https://www.digitalocean.com/pricing https://api.digitalocean.com/
Re: Why I Dislike EC2
#113Re: Why I Dislike EC2
#114Any argument involving price seems to completely ignore TCO. We are using Heroku for most of our needs and suggest it to all our clients and we couldn't be happier to pay the premium over "expensive" AWS. We save a lot on IT and maintenance. Unless you are paying thousands of dollars per month, or your time is very cheap doing your own servers will cost you more. If AWS were so expensive and "not worth it" what are t…
Re: Why I Dislike EC2
#115Earlier quoted context omitted.
It's not just a question of speed. If your machines are slow, that means you need more machines to handle your throughput, which means you are paying for that 20 ms slowdown in actual dollars.
Not necessarily. AWS has a far superior network to almost anything else out there. Machine performance is not the only important part.
Re: Why I Dislike EC2
#116Earlier quoted context omitted.
I use AWS extensively, but to be completely fair, Netflix doesn't really care about operations costs. Yes, seriously. Their media licensing is so much more expensive, they do not optimize bang-for-buck, going as far as using larger instances (to avoid noisy neighbor problems) that are much less cost effective. So while AWS might be completely worth it for some people (it is for us), Netflix isn't the best argument :)…
"Netflix doesn't really care about operations costs." Considering that they're a publicly traded company, they have a fiduciary duty to watch all costs. Though server costs don't compare in relation to media licensing, I'm sure they pay some attention.
Re: Why I Dislike EC2
#117Is there something comparable to Hetzner in the US?
Re: Why I Dislike EC2
#118Earlier quoted context omitted.
That's perhaps depend on the type of your customers/users, and their priorities. If you have "users", then you might be right, as no harm will be done, if once in a few years, their free service will be shutdown for 18 hours. However, if your customers are running core and critical parts of their business on your system, this part becomes a significant factor in the equation.
Another perspective: My nontechnical boss doesn't know about the 20ms difference (thinks her computer is slow?) but an outage is visible like the difference between day and night.
I know it's just a fabricated number but the point is that the server you're running on won't make a difference to the user experience. And, probably in the case of the differences were talking in these machines, a user would never notice it.
Edit: meant to say, I agree with you.
Re: Why I Dislike EC2
#119I've run the numbers for our PCI-compliant setup about 1.5 years ago and Amazon was about 3-4x more expensive than the average bid for my RFP for several smaller hosting providers for a mix of dedicated and virtual servers. Another thing I've discovered with AWS (again, it was 1.5 years ago) is a horrible network latencies even inside the same data center on the same VPC: on a "normal" gigabit switch in a dedicated s…
Re: Why I Dislike EC2
#120Do the small ec2 instances have the same performance problems as the micros? I just told my boss the other day I wasnt comfortable usings micros in production. Surely the smalls perform better?
Micros are really a completely different class from smalls and larges, because they offer "burst" performance. You shouldn't run anything in production on a micro, unless it's non-critical and not public-facing. Perhaps a 100% static web site, although even that I'm not sure about.