I have set up an Nginx server to proxy requests between certain IP and an App Engine app. With one instance everything worked as expected, the requests when through etc.
But, when I setup an Instance Group using the image as before to create the instances in the group my App Engine app gets requests from those instances even when I don't send traffic there. They're just accessed on /
path and /nginx_status
path, each 2-3 seconds.
What could be causing this behavior? How instances in group are different than "solo" instances?
EDIT: this behavior only happens when there's a load balancer in place, without the load balancer the servers behave as expected.