Ask HN: Heroku or AWS or?
I'm currently in the development phase of my new venture and looking to compare services. My site revolves around text tables and a very limited amount of images (none uploaded by users). I do NOT expect to have 50k users within 6 months of launch, but there is a possibility it may happen. Within a couple years however, I do hope to be in that 100k+ range.
So, what do you fine folks recommend?
Looking forward to hear your thoughts, thanks!!!
15 comments
[ 4.0 ms ] story [ 52.3 ms ] threadThis is all super helpful as this is my first major undertaking.
Basically chef bootstraps the node from EC2, since you can only give it an initial keypair. Chef server will SSH into your box and install user accounts, the firewall, the webserver, tweak some settings (like mounting EBS volumes, restricting SSH, etc), install virtualenv and python. We use fabric to deploy, and that's when the code installs Django and whatnot in the virtualenv, as well as put the code on the machine.
Can't tell you if Chef is the best option. It's what I've been learning but it does have some rough edges. Finding the "right" cookbook is hard, because Opscode's listing isn't always the best. If you have concerns about using any particular setup to keep your environment homogenous (e.g. all init, upstart, runit, or supervisor) you'll have to put in quite a bit of work.
If you are just starting out, it's best to go with a more conventional provider.
I'm not a guru with AWS or systems admin in general, but these are the sorts of issues I have run into in the past.
I highly recommend getting started with AWS now. They have a free tier (1 year) which you can use. Heck, you could play around with it, just using it for the company blog.
AWS is great in terms of autoscaling. True, the I/O isn't great, at least for the free tier (all the more reason to start now, while server load isn't that big yet). I wrote a blog post on starting out with AWS last year, check it out if you like.
SUper powers and full customization --- > LINODE Deploy + Deal with it acttitude to the server guys ----> Heroku
For me, I use Zend Framework and AWS. So far so good and AWS release my loading effort in maintaining the whole system.
In my monthly bill, the most expensive AWS service was EC2 and RDS.
FYI: AWS Free Usage Tier charge me less then $1 every month during my development phase.
So I understand there can be hassle on how setup your own VPS Server on services like amazon, etc... but sticking to Heroku still isn't that cheep either.
If you have your Heroku app "production Ready" you might still be costing you 200 bucks a month.
Also Heroku isnt as stable and performant as for example amazon server. I migrated my app out of heroku to Amazon and got a 5X increase in performance while spending the same money I did on heroku, not to mention you have more controller over your servers where you can play around and increase performace even more.
And don't worry about setting up your own servers in amazon, Now youcan use OpsWork for deploying your apps, and its like having heroku on Amazon servers plus Root access to them.
cheers