-3

For a Vaadin App, that uses a MySQL database and must have lots of files uploaded, which cloud platform is better? Amazon EC2 or Google App Engine? Can I use phpmyadmin in both?

Better in terms of:

  1. Cost
  2. Performance
  3. Deployment and testing ease of management

Thanks!

jhugo
  • 3
  • 2

1 Answers1

0

Last time I checked, EC2 had way more features. EC2 is like being in a datacentre with all (mostly) the services you would want or expect.

If you don't need that, then it doesn't really matter.

Ryan Babchishin
  • 6,260
  • 2
  • 17
  • 37
  • It should be noted that Google does have an EC2 competitor (https://cloud.google.com/compute/) though. – ceejayoz Oct 07 '15 at 14:36