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.