Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Google Cloud Function from Europe

Hi community,

I need to create a Cloud Function with a Phyton code with the region outbound beeing in Europe.

I tested all the regions and evertime the outbound IP adress is in US.

Is it possible to change that ?

Thank you.

0 1 62
1 REPLY 1

If it's a second generation Cloud Function, you should be able to connect the function to a VPC network, route all requests through the network (using the "VCP egress" setting) and then set up Cloud NAT the way you need it. 

Top Solution Authors