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年前759ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン