google app engine instance’s ip changed automatically with specific time interval


google app engine instance’s ip changed automatically with specific time interval



I have very serious question that my app engine instance’s ip changed automatically with specific time interval.So my live application stops working.Can you please help so that we can make it working again.



Right now to solve this issue we have to change ip every time & set in sql database also manually which is not proper way to do that.



thanks in advance





Possible duplicate of IP Address of Google App engine application
– snakecharmerb
Jun 30 at 6:52





App Engine doesn't support static IP addresses - see the link in the duplicate candidate. If you need a static IP you'll have to serve from Compute Engine
– snakecharmerb
Jun 30 at 6:54




1 Answer
1



From the Google App Engine FAQ and as mentioned in the comments



Static IP Addresses and App Engine apps



App Engine does not currently
provide a way to map static IP addresses to an application
. In order
to optimize the network path between an end user and an App Engine
application, end users on different ISPs or geographic locations might
use different IP addresses to access the same App Engine application.
DNS might return different IP addresses to access App Engine over time
or from different network locations.



Outbound services, such as the URL Fetch, Sockets and Mail APIs, make
use of a large pool of IP addresses. The IP address ranges in this
pool are subject to routine changes. In fact, two sequential API calls
from the same application may appear to originate from two different
IP addresses.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

how to run turtle graphics in Colaboratory

Export result set on Dbeaver to CSV