New year, new trolls. Honestly, i was surpriser to find this on the front page. I would say that the target market of hacker news is not surprised nor complains when their site goes viral.
I think he's referring the the 3 words creator, that posted recently that his site went viral. He was using cloud hosting from my understanding ( rackspace ). I don't think he understood to just should of just pay for a larger instance.
You don't get "dynamically scale" for free just by using Amazon. So if you aren't going to put the up-front investment into building your system so it can scale quickly then it frequently doesn't make sense to use amazon as it is more expensive.
Further, EC2 has a lot of uncool attributes, like low and inconsistent IO throughput both from machine to machine and to EBS, certain limits about the network configurations, and the fact that you have to go the "let it fail" route instead of trying to just have redundancy within a machine. "Let it fail" works for certain kinds of workloads and architectures and requires more complex software.
4 comments
[ 2.9 ms ] story [ 17.5 ms ] threadYou don't get "dynamically scale" for free just by using Amazon. So if you aren't going to put the up-front investment into building your system so it can scale quickly then it frequently doesn't make sense to use amazon as it is more expensive.
Further, EC2 has a lot of uncool attributes, like low and inconsistent IO throughput both from machine to machine and to EBS, certain limits about the network configurations, and the fact that you have to go the "let it fail" route instead of trying to just have redundancy within a machine. "Let it fail" works for certain kinds of workloads and architectures and requires more complex software.