How to restrict compute engine to accept requests only from app engine

后端 未结 1 1041
粉色の甜心
粉色の甜心 2021-02-09 03:32

I am running my server on Google App engine where i am using nodejs and i have all other services like mongoDB, Elasticsearch and Redis de

1条回答
  •  [愿得一人]
    2021-02-09 04:16

    You can use app engine flexible. https://cloud.google.com/appengine/docs/flexible/

    Then set the serivce machines on the same network with the databases.

    In such configuration you don't need to set public IPs to the databases so there won't be access to them from outside of the internal network.

    0 讨论(0)
提交回复
热议问题