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

Obtaining Google Cloud Run IP Address

I am building a service hosted on Google Cloud Run and have implemented SMS verification to verify user authenticity. Our SMS provider requires whitelisting the server IP address to send SMS. How can I obtain the Cloud Run IP address to submit it to our SMS provider for whitelisting?

0 1 494
1 REPLY 1

Hi mysalecloud

Cloud run cannot be located in a VPC. The Serverless VPC Access connector allows you to communicate with your VPC.

The VPC access connector is easy to use. You can set this in the Connections tab (Edit and Deploy New Revision > Containers, Volumes, Networking, Security).

Lastly, Cloud NAT allows you to communicate with the outside using a static IP.

 

Ref

Connect to a VPC network

Cloud NAT overview