I'm looking for the best hosting option for a Grails application, my requirements are:
- Low number of requests and storage (to start with likely only hundreds of requests per day)
- Ease of deployment and configuration (I want to concentrate on development and not setup and admin tasks)
- Low cost
I've investigated the following:
- Amazon EC2 and CloudFoundry look good (I got the sample app up and running in 10 minutes) but the costs are high ($60 per month) The EC2 micro instance looks more promising but isn't available on CloudFoundry.
- VMForce also looks interesting but I can't see details of pricing and it's not available yet.
- rackspacecloud looks more promising especially with this tutorial: www.lazygun.net/deploying-a-grails-app-to-rackspace-cloud-ser
Does anyone have any other suggestions?