how to connect app engine and on premise server through VPN?

2.5k Views Asked by At

I need to connect Google App engine and premise server, But in this case, we must use VPN to reduce connection trouble. Expected system

in this image show expected system.Can this system be implemented? Please share any references or any solution to me. thank you.

2

There are 2 best solutions below

0
On

you can use serverless VPC access:

https://cloud.google.com/vpc/docs/serverless-vpc-access#use_cases

use case: Your serverless environment needs to access data from your on-premises database through Cloud VPN.

0
On

Check this discussion. You can only setup Cloud VPN over VPC networks. GCE instances and GAE flex environment are designed to use these networks.

If you are using GAE standard environment you would have to forward the GAE traffic to a GCE VM but this is only possible via an external IP. The GCE VM would be acting as a proxy.

In any case you need a physical device on your premises.