I need to deploy multiple Ruby on Rails application on an EC2 AMI on AWS and I need every application to be attached to a domain name
I think this first part is all for the Apache web server and passenger for the rails deployment.
What i was wondering is if i should use anything like a load balancer on my instance in order to deploy my apps properly and based on a Name-based Virtual Host.
One more thing.... can i deploy Rails 2.x and Rails 3.x applications on the same AMI, and is there any documentation on that?