Hi all, I'm very tempted to write up a suite of tools here which will automatically provision and manage EC2 instances for many test, UAT, BAT, and production environments we have of our Rails application.
However, I'm almost certain somebody has already done this, and I probably should use their work rather than reinventing the wheel. What I'd like it to do: - Create a RDS database and ELB load balancer - Create instances - Use puppet or chef to configure the new instances - Deploy code from git to the new instances (or an existing instance, eg upgrades) - Either db:migrate the new database or copy from an existing RDS instance - Be able to destroy / clean up environments once we're done I've done a bit of googling but nothing has quite fit (and has been too far from a fit to merit changing it myself). Can anybody suggest anything before I roll my own? -- Michael Pearson The Bon Scotts; http://www.thebonscotts.com -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
