Reputation: 53
No experience of this so simple question.
I want to create multiple app engine instances and host them on a compute engine. The main reason for want to use app engine is to access the api library whilst the reason for wanting to use a VM would be for each app engine instance to be able to share data with the other.
Upvotes: 0
Views: 37
Reputation: 35951
Appengine have Managed VM instances. It's exactly what you're looking, Appengine [compatible] instances hosted on Compute Engine.
It's in beta, and lack of some Appengine features, but mostly works. It's less restricted than Appengine, have access to filesystem, network, threads, etc. You could install additional software, tune vm, etc.
See https://cloud.google.com/appengine/docs/managed-vms/
Upvotes: 1