Hello, You're right, App Engine itself does not provide a way to map static IP addresses to an application [1]. However you use Cloud Load Balancing and serverless NEGS to reserve a static IP address for your load balancer, which then directs traffic to your app [2][3].
[1] https://cloud.google.com/appengine/docs/standard/python/outbound-ip-addresses [2] https://cloud.google.com/load-balancing/docs/https/setting-up-https-serverless [3] https://cloud.google.com/load-balancing/docs/https/setting-up-https-serverless#ip-address On Saturday, July 10, 2021 at 3:58:16 PM UTC-4 [email protected] wrote: > We are deploying the python flex application on the google app engine. And > from the application, we are trying to connect a database server where IP > whitelisting is important but as we find out GAE does not support Static IP > and without static IP service IP change with every deployment. Please > suggest what approach we can use in this case to connect with a database > server. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a0ea7510-1e11-4523-b1e9-9be5e266a73fn%40googlegroups.com.
