How to improve latency between EU-West-2 and EU-North-1

0

We have a Heroku app that uses EU-West-2 for application dynos (Heroku uses AWS under the hood).

A client wants a database provisioned in EU-North-1, which is not available on Heroku, but we can set this up directly using AWS RDS.

However, this creates immediate latency in the app - when the same RDS setup is provisioned in EU-West-2, it's much quicker.

Is there any way to improve this?

aws101
已提問 6 個月前檢視次數 162 次
1 個回答
0

Depending on your use case, and possible also the database engine, RDS cross-region read-replicas might be useful to you here https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html#USER_ReadRepl.XRgn

If that's not useful (e.g. because both regions need to be able to write to the database) then it sounds like the kind of thing that something like Global Accelerator could help you with, but I can't find anything in the docs stating that Glocal Accelerator works with RDS (only loadbalancers, EC2, and EIP) https://docs.aws.amazon.com/global-accelerator/latest/dg/work-with-standard-accelerators.html

Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.

I'll leave the idea here anyway, in case in future it can be made to work.

profile picture
專家
Steve_M
已回答 6 個月前

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

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

回答問題指南