Search code examples
ruby-on-railsherokuamazon-web-services

Rails - Heroku to AWS


I'm currently using Heroku for my rails app. But I plan to move to AWS for scalability reasons. Can anyone please guide on how easy it is to move to AWS from Heroku?

I see few articles: http://aws.amazon.com/articles/Ruby/8621639827664165 https://github.com/wr0ngway/rubber/wiki

But not sure which would be the best way to proceed, specially when I would have already written a lot of migrations till I decide to move to aws.

Any help is much appreciated.


Solution

  • there is no answer to your question. it all depends on the architecture of your application and the plugins that you are using.

    on aws you have to take care of all the components like databases, caches etc yourself, while heroku sets them up for you.

    if you are just talking about the database migration then i can point you to a blog post i wrote about migrating an application from within heroku: http://blog.nofail.de/2011/06/migrating-an-existing-app-to-heroku-celadon-cedar-stack/