There are a number of solutions for easily hosting Rails on Amazon EC2 like the following
- Poolparty
- Rubber
- Amazon Cloud Formation
- Opscode Chef
- Rolling your own
(and I'm sure others I'm not aware of) and I'd love some guidance on which route to go. This will be a small setup with one MySQL db and two app servers and then hopefully growing from there. The last thing I want to do is re-invent the wheel and roll my own setup so solutions like Poolparty and Rubber are appealing but I've never used them.
I know there's also Heroku and EngineYard and I've used both in the past but they just use Amazon EC2 behind the scenes, so I'd rather just go with a solution that's straight up Amazon EC2.
Any recommendations on which route to go would be great!