I am currently using Heroku for my rails application. But I plan to upgrade to AWS for scalability reasons. Can anyone explain how easy it is to upgrade to AWS from Heroku?
I see several articles:
http://aws.amazon.com/articles/Ruby/8621639827664165
https://github.com/wr0ngway/rubber/wiki
But I'm not sure what the best way would be, especially when I would have written a lot of migrations until I decided to switch to aws.
Any help is greatly appreciated.
source
share