So far I've read some blog articles about cloud computing and services for hosting applications in the grid.
If I'd wanted to have a web application running in the cloud for as little cost as possible, what would be the best solution?
Let's assume the following configuration:
- J2EE web application
- Any free database (MySQL, PostgreSQL)
- Any web container to deploy the web application to
What application stack would you suggest to be the best combination of services to
- host
- deploy
- run
web applications?
As an additional requirement, the services chosen shouldn't require a lot about server management like firewall settings etc.