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 年前檢視次數 760 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南