homogeneous data migrations in AWS DMS - Aurora PostgresSQL

0

Hi

I am running a migration project from on premise postgresql to Aurora postgresql. When I start I am getting - Internal failure but in cloudwatch logs no special details just: Going to connect to source database: <the ip over here>

How can I continue from here ?

I have followed the below guide: https://docs.aws.amazon.com/dms/latest/userguide/data-migrations.html

Thanks a lot !

已提问 9 个月前254 查看次数
1 回答
0

Hi,

The first thing that you should do is test the connectivity between your on-prem pg server and the replication task on AWS.

So, connect to pg server via ssh and from there try to telnet to the ip addr + port of the replication server / task based on our configuration. See https://netbeez.net/blog/telnet-to-test-connectivity-to-tcp/ for all details.

If tcp session establishes, you may have to look elsewhere, but most of time it is a connectivity issue due to sec group(s) or routing tables in the vpc of your replication server. It can also be an on-prem issue: firewall tcp port to reach replication server on AWS not opened is a very frequent issue.

This older trio of posts will also propose you other aspects to inspect:

Best,

Didier

profile pictureAWS
专家
已回答 9 个月前

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

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

回答问题的准则