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.

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.