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
질문됨 4년 전761회 조회
3개 답변
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
답변함 4년 전
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
답변함 4년 전
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
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인