Google App Engine communicate with Compute Engine over internal network

后端 未结 4 2137
囚心锁ツ
囚心锁ツ 2020-12-09 04:03

We\'re building an application in the google cloud. We\'re using App Engine as frontend and Compute Engine as backend. On these Compute Engine instances I\'m running a TCP s

4条回答
  •  旧时难觅i
    2020-12-09 04:29

    There isn't currently a way to setup a private network between GCE and GAE. Limiting to google's IP range isn't secure since anyone on GAE or GCE could connect to your server. So I recommend that you authenticate incoming connections at your TCP server to verify the connection is coming from your GAE instances.

提交回复
热议问题