Question

Does anyone know of a company that allows us to deploy PHP/MySQL applications on their cloud platform similar to Google App Engine? We would like the platform to be user-friendly as well as autoscale without intervention.

  1. I don't want to SSH into every server in order to update the servers.
  2. We need a MySQL database that autoscales, auto-shards, and automatically replicates.
  3. Auto firewall configuration for the newly-created instances or existing servers.
Was it helpful?

Solution 4

I think the best solution that fit my criteria is Scalr . This is the ultimate PaaS solution out there. Auto mysql scaling, auto app scaling, you can create roles that apply to all servers without ssh ing into every single server.

OTHER TIPS

One alternative for PHP based (cloud) apps is PHP Fog. It also appears to have the MySQL capability you need.

Since this service is essentially a cloud hosted service, you won't need to deal with the underlying layers so it takes care of your firewall configuration and similar requirements.

Depending upon your needs, you could consider using App Engine with Google Cloud SQL (currently in limited preview) in conjunction with Quercus PHP, a Java implementation of PHP that runs on App Engine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top