dns - How do I set up Google Compute Engine as a HTTPS server? -
i'm running app on vm instance (instance-1) , myproject.appspot.com requests served instance-1.
i read https://cloud.google.com/appengine/docs/java/modules/routing wasn't clear. there way "send traffic 1 instance"?
if go (ephemeral) external ip address instance, can see server. but, won't work oauth2 domain (no ip addresses allowed), need go through named domain.
i'd ok if use constant instance-1-dot-myproject.appspot.com prefer base myproject.appspot.com "any instances? great! use that."
i think want use managed vms. give flexibility of google compute engine work more paas google app engine.
you don't create google compute engine vm instances yourself, however, managed vms spin them on demand, using docker image provide container of code, data, etc.
note of 29 sep 2015, per the docs:
beta
this beta release of managed vms. feature not covered sla or deprecation policy , may subject backward-incompatible changes.
Comments
Post a Comment