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
posta 6 mesi fa162 visualizzazioni
1 Risposta
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
ESPERTO
Steve_M
con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande