vote up 7 vote down star
4

I'm looking for:

  • documentation
  • blogs
  • books
  • ready-to-use pre-configured slice images
  • services
  • wrappers
  • libraries
  • tutorials

...anything that would make it easier to start using EC2 to host a Rails application.

flag

7 Answers

vote up 11 vote down check

There is a Rails image for EC2 at http://ec2onrails.rubyforge.org/

link|flag
vote up 9 vote down

ElasticFox is a must have utility for overseeing your instances http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609

Capazon is an awesome utility to bring instance management into Capistrano http://soylentfoo.jnewland.com/articles/2007/03/27/capazon-capistrano-meets-amazon-ec2 (there is a newer version out somewhere)

I like these AMI's (I dig Ubuntu) http://alestic.com/

link|flag
vote up 3 vote down

Have you looked at the amazon getting started tutorial? It is sufficient to put an ec2 instance together.

I did use it to setup an ubuntu server with ruby-enterprise, rails and passenger (this part was not any different from any other ubuntu server I use)

link|flag
vote up 1 vote down

I highly recommend Scott Chacone's Fuzed and EC2 demo. Other's recommend the EC2 docs, I will as well. Be sure to also check out the fuzed code. The performance is amazing but you better be bringing in some money to support it.

link|flag
Thanks but I don't see how this relates to Rails hosting; could you please elaborate? – Teflon Ted Oct 1 '08 at 11:42
You can use EC2 to host. Fuzed allows you easily deploy a large cluster of Rails apps. I just found learning deployment on EC2 easy because of the tutorial. – Sixty4Bit Oct 7 '08 at 20:27
vote up 0 vote down

Here's a service you might want to try out to deploy your Rails app using EC2: Morph AppSpace

link|flag
I would think twice about going with Morph AppSpace. The savings from choosing this type of service may be offset by less-than responsive support (read allanium posts): forums.mor.ph/forums/1/topics/122 – Allan L. Dec 2 '08 at 0:29
vote up 0 vote down

I have been configuring a rails app to run directly on EC2 using EC2onRails and its corresponding ami. I've documented my progress here, because I found the other documentation out there lacking:

http://www-cs-students.stanford.edu/~silver/ec2.html

link|flag
vote up -1 vote down

Don't forget EngineYard.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.