Hacker News new | ask | show | jobs
by cmalpeli 3752 days ago
Can someone explain to me why I would consider moving from Heroku to CaaS? Saving $300/month sure as hell doesn't seem worth it.
1 comments

There are various reasons, but here are a few of the big ones:

1. Getting ahead of your costs before they start to shoot up as you grow. Check out this pricing calculator for an idea of what I mean: http://containership.io/#pricing

2. Cloud portability: Heroku runs in 2 AWS regions (us-east-1, eu-west-1). What happens if you want to host in a specific country, a completely different provider (maybe you have some free credits?) or even your own data center eventually? Not gonna happen with heroku.

3. More flexibility to run the types of databases, queues, or other open source software that isn't possible to run on Heroku.

4. With CaaS you have root access to the servers powering your software, where Heroku is more of a black box. Remember what happened with (rap)Genius? http://techcrunch.com/2013/02/14/heroku-admits-to-performanc...