Vidura Silva
Vidura Silva

Reputation: 1665

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

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.

Upvotes: 1

Views: 2694

Answers (2)

Alessio
Alessio

Reputation: 1

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.

Upvotes: 0

Carlos
Carlos

Reputation: 996

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.

Upvotes: 1

Related Questions