IP Address for different region

0

Looking at the global list of AWS IPs

https://ip-ranges.amazonaws.com/ip-ranges.json

There is an eu-west-2 Global Accelerator ip range.

My home region is eu-west-2, but I can only create a GA in us-west-2 and that's where the static IPs are from. I would like a UK IP address for our predominately UK websites, otherwise ranking is negatively affected.

Is this possible?

TimInc
feita há 4 anos760 visualizações
3 Respostas
0

Global Accelerator is a global service and the static IP addresses you get with any accelerator are advertised from AWS Points of Presence (POPs) around the world. In the list of IP ranges that you shared, the entries that include "region": "GLOBAL" refer to those static IP addresses.

If you want to filter for traffic through your accelerator that come from POPs in one area, you can filter for entries that include a specific geographical area, such as us-** or eu-**. So, for example, if you filter for "region": "eu-*", you will see only traffic coming through POPs in Europe.

AWS
respondido há 4 anos
0

OK, so just to confirm any static IPs assigned to a Global Accelerator will be from the GLOBAL, GLOBALACCELERATOR ip ranges? All of these ranges, when doing a GeoIP lookup, "appear" to be in Seattle, WA.

When hosting a UK website, one with a UK IP address will rank higher than one with a US IP address, all other things being equal(!).

So if use a GA then it will "appear" that my base of operations is always Seattle? Not from my home AWS region?

TimInc
respondido há 4 anos
0

That's correct. All the ip ranges with entries that include "region": "GLOBAL" and "service": "GLOBALACCELERATOR" are advertised from edge locations around the world, but the GeoIP lookup shows them in the US.

AWS
respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas