My google app instances does not seem to be on correct region

Viewed 592

I have just created one google app engine application and one 2nd Generation MySQL instance in eu-west2 region. In GCP Console they both seems to be in eu-west2 region.

However when I try to gelocate my ip's they seem to be in somewhere in US.

What should I do to use GCP in eu-west2 region?

my GCP instances:

enter image description here enter image description here

their locations:

enter image description here enter image description here

2 Answers

I faced the same issue, you can find more about it here: Outgoing HTTP Request Location on Google App Engine

Is about the Google Network usage, the outgoing traffic come from the "Point of Presence" instead of the location and it can be dynamic. In my case, I have no solution, since it's mandatory to my API to make the requests from Brazil =\

Related