Connect different region QLDB database

158 views Asked by At

I have created windows instance in eu-west-2 and AWS doesn't provide QLDB service in eu-west-2 so I have created QLDB database service in eu-west-1 region.

Now I am getting error when I use QLDB service from eu-west-1: The Ledger with name XXX is not found

I am using .net core 3.1 application.

Thanks

1

There are 1 answers

3
Ethan Yang On

Could you provide more information like your .net code for client instantiation (which endpoint you are connecting to) and what region was the ledger created in? As is we cannot tell what could've gone wrong.