Cloud Computing and Enterprise POJOs
Chris Richardson

Run Java Applications on Amazon EC2

My book

Calendar

««Feb 2010»»
SMTWTFS
  123456
78910111213
14151617181920
21222324252627
28

My Top Tags

                                                                               

My RSS Feeds








 

I am the founder of Cloud Foundry, which provides automated, outsourced data center management for Java applications on Amazon EC2.

I am the founder of Cloud Tools, which is an open-source project for automating the deployment of Java and Grails applications on Amazon EC2.

I run a training and consulting company that helps organizations build better software faster and deploy it on the cloud.

We provide a variety of services including:

  • Development - we can build your application for you
  • Deployment - we can find a hosting partner or deploy your application on Amazon EC2
  • Training classes for Spring, Hibernate and Acegi Security
  • Jumpstarts to get your project off to the right start
  • Reviews to improve your architecture, code and development process

For more information contact me.

 

My bookmarks

Mailing List

Grails plugin for deploying to Amazon EC2

posted Monday, 7 April 2008

Cloud Tools now includes a plugin for deploying Grails applications to Amazon's Elastic Compute Cloud (EC2). Like the Cloud tools Maven plugin, this plugin makes deploying a web application to EC2 extremely easy. It currently provides the following Grails scripts:

  • cloud-tools-deploy - Launches EC2 instances (MySQL master and slaves, tomcats and Apache) and deploys the web application
  • cloud-tools-describe - Displays information about the instances
  • cloud-tools-redeploy - Redeploys the web application
  • cloud-tools-stop  - Terminates the EC2 instances

I plan to release it in the next few days but in the meantime please contact me if you would like to try it out.

tags:          

links: digg this    del.icio.us    technorati    reddit




1. Graeme Rocher left...
Monday, 7 April 2008 8:03 am

Awesome Chris! Let me know if you want to release it into the Grails central repo at plugins.grails.org


2. Dustin Whitney left...
Sunday, 13 April 2008 3:59 pm :: http://dustinwhitney.blogspot.com

Fantastic! I am totally going to use this!


3. Guillaume Laforge left...
Monday, 14 April 2008 10:25 am :: http://www.g2one.com

Awesome! Users of this plugin can also combine its use with the Grails S3 plugin! http://www.cantinaconsulting.com/grails-plugins/amazon-s3-plugin/


4. Enda Madden left...
Monday, 21 April 2008 1:41 am :: http://saastek.com/?page=1

This is excellent. Thanks for your work on this Chris!