跳至内容

Local Zone closest to Amsterdam

0

I need to deploy an AWS EC2 instance, close to Amsterdam. It's a Linux based server app, very latency sensitive. I already deployed the EC2 instance on Frankfurt, but closest VPC/subnet are in Hambourg (550-600km far) only, related to this region (eu-central). Other AWS tech solutions, if available, are kindly appreciate. Thanks in advance to everyone.

  • Thank you all for your quick and complete answers to my "noob" question.

    After a short test, I think I'll adopt AGA, which has given some noticeable improvements to latency and hop-tier to the Amsterdam edge. With some fine tuning on the subnets, I think it's a good solution while waiting for an AWS Region in Amsterdam.

已提问 2 年前1035 查看次数

3 回答
3

It looks like you have already identified that the best options for you are either the local zone in Hamburg, or the AWS region in Frankfurt, both of which are about the same distance away.

AWS announced a local zone in Amsterdam more than two years ago https://press.aboutamazon.com/2022/2/aws-announces-global-expansion-of-aws-local-zones

Over the next two years, new AWS Local Zones will launch in Amsterdam, Athens, Auckland, Bangkok,

But according to the map here it's still marked as announced and not generally available https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations/

You can register your interest in the Amsterdam local zone here https://pages.awscloud.com/local-zones-signup-form.html

There is currently an edge location in Amsterdam which you may be able to leverage https://aws.amazon.com/cloudfront/features/ but from how you describe your app I don't think this may be of much us to you.

专家

已回答 2 年前

专家

已审核 2 年前

专家

已审核 2 年前

2
已接受的回答

Just to add to @Deekshitha_Urs comments

You can use a tools such as cloudping.info to determine which Region is nearest to you.

CloudFront is useful if this is a web application and there are static contents that can be cached.

Since this is latency sensitive, AWS Global Accelerator (AGA) is likely to be a better option to CloudFront. Traffic from AGA to your EC2 will go through AWS global network, and is usually faster.

AGA has a edge location in Amsterdam

AWS
专家

已回答 2 年前

  • Thanks, I'll use AGA and give a try to CloudFront.

1
  1. Deploy in EU (West) Region: Use the eu-west-1 region (Dublin) for closer proximity to Amsterdam and potentially lower latency.
  2. AWS Global Accelerator: Consider if you need global latency optimization.
  3. Amazon CloudFront: Use for content delivery to reduce latency.
AWS
专家

已回答 2 年前

  • eu-west-1 is not the closest region to Amsterdam, and if latency is the concern then it is not advisable to use this region. The regions in Frankfurt, Paris and London are all 100s of km closer than Dublin.

  • I developed an instance in Dublin, but the excessive distance from Amsterdam compared to Hamburg and Frankfurt makes it unusable for the purpose: the rtt ping is about 3 times greater. I will definitely use AGA and try Cloudflare. Thank you for your contribution

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。