Connect Google app engine service with outside database server
45 views
Skip to first unread message
Ankit Dwivedi
unread,
Jul 10, 2021, 3:58:16 PM7/10/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
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.
babdelrahman
unread,
Jul 12, 2021, 9:45:50 AM7/12/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
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].