Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 240
random Avatar asked Oct 07 '22 00:10

random


1 Answers

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/

like image 100
phoet Avatar answered Oct 14 '22 03:10

phoet