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 !

asked 9 months ago236 views
1 Answer
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
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions