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달 전

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

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

질문 답변하기에 대한 가이드라인