Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon web service as Rails hosting, possible?

Is it possible to use Amazon web service to host a Rails application?

Thanks.

like image 896
pomui Avatar asked Nov 19 '10 03:11

pomui


2 Answers

Yes, you should be able to set that up in several different ways on AWS.

Since you can configure an EC-2 instance much like a dedicated server, you can install any software you want and configure it to your needs.

There are some nice ruby tools here: http://amazon-ec2.rubyforge.org/

Also 37 signals is on AWS - http://aws.amazon.com/solutions/case-studies/37signals/

I recommend a simple Amazon Linux AMI Micro instance EBS backed to get started on the free tier. http://aws.amazon.com/free/

like image 151
Tom Gruner Avatar answered Sep 20 '22 01:09

Tom Gruner


This more of an Updated Answer.

You can use Elastic BeanStalk for Ruby deployment using Passenger. Checkout the links AWS Elastic Beanstalk Runs Ruby and Integrates with Amazon VPC and AWS Elastic Beanstalk - Ruby Support and VPC Integration

like image 36
Naveen Vijay Avatar answered Sep 19 '22 01:09

Naveen Vijay