Hacker News new | ask | show | jobs
by rkalla 5347 days ago
I agree with you, but would point out that CmdrTaco hosts his new site (that got front page on HN a few times) on a Micro on AWS.

He does a serious amount of caching (obviously) and offloaded all assets to S3, but it looks like it is still possible.

FWIW, I am still skeptical given the amount of complaints you see about the Micros on the EC2 forums regularly. He could have just gotten lucky I suppose (as far as his neighbors on the host).

1 comments

Yeah, I'd believe it. In full disclosure I run my personal blog off an Amazon Micro instance. Its a Fedora instance running passenger, nginx, and rails. In production mode with assets cached it absolutely serves requests at a decent speed. Absolutely painful to run an integration test or development mode though. Probably just my fault for using Fedora and not the default "Amazon Linux". However, I setup a client with a small instance running RedHat and never experienced any latency.