Here's the scenario , I want to build an app with 3-tiers , 
frontend/beckend/database .
(1) Only frontend allows external HTTP request from internet . 
(2) frontend/backend are developed based on docker so I have to deploy them 
to flex environment.

Here's the experiments I've done
(1) deploy frontend as "defau't" service , and tag instances "frontend"
(2) deploy backend as "backend" service , and tag instances "backend"

Finally I get two services deployed and two PUBLIC endpoints ,
https://[myproject-id].appspot.com
https://backend-dot-[myproject-id].appspot.com

Now frontend can issue request to backend via 
"http://backend-dot-[myproject-id].appspot.com";

But that's not what I desired , I want a backend service that can only be 
accessed by fronend , 
and all network traffics between frontend/backend should only happen within 
VPC.

I've looked up some documents , like firewall rule and dispatch.yaml but 
seems no help.
It will be very appreciated if someone can provide the tips.

many thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2cb7da6f-a004-4988-99a5-c47e47050844%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine... yishung chiou

Reply via email to