Live data from Hacker News

Ask HN: Best alternative to Heroku?

news.ycombinator.com

1–10 of 63 posts

Re: Ask HN: Best alternative to Heroku?

#6
You might try https://www.engineyard.com/ instead. You might also want to look at Amazon's Elastic Beanstalk.

Your "not loves" don't ring true for me though- perhaps you'd like to elaborate there?

I've been running production apps on Heroku for more than 2 years now, and there has only been one occasion where their uptime impacted the apps' availability. Even during Hurricane Sandy, my apps were up 24/7, so it's hard to understand your comment.

Yes, they do have non-critical issues at times (their API goes through brief, but not infrequent periods of instability)... but this only impacts your ability to deploy/manage an app, not the app's actual uptime.

Re: Ask HN: Best alternative to Heroku?

#8
We are using AWS Elastic Beanstalk for Java and quite satisfied for the ease of use, and they also support Ruby now: http://aws.amazon.com/elasticbeanstalk/

The best thing about AWS Elastic Beanstalk is you can still login into the machine in case you need to troubleshoot for some low level stuffs.

Re: Ask HN: Best alternative to Heroku?

#10
OpenShift from Red Hat is often cited as a competitive offering in Heroku vs X reviews. When I first checked it out they hadn't yet come out of beta.

Uses git just like Heroku. Has a similar "dyno" concept but calls them gears. Has a free developer version.

Don't know about support today, but the people I talked to from the team were incredibly helpful.

Post reply on HN