내용으로 건너뛰기

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년 전1천회 조회

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

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

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

관련 콘텐츠