MGN: Failure Connect AWS Replication Agent to Replication Server

0

Please what will be the solution to this problem. For testing purposes, I have allowed all traffic from the source (replication agent, source server in the data center) to the replication server in aws, also allowed all ports. still the replication process is failing at this stage: Connect AWS Replication Agent to Replication Server Enter image description here

Any ideas & thoughts on how to resolve ?

AWS
asked 6 months ago262 views
1 Answer
0

If you tried opening to all traffic, then ports are not the issue. I would anyway try to verify network connectivity between the replication agent/source server and the replication server in AWS. Run commands like telnet replication_server_dns_name 443 to test connectivity on port 443.

-Check if there are any security groups or firewall rules blocking outbound access from the source on port 443. The replication agent needs to connect to replication server endpoints over HTTPS. -Review logs on the source server for errors connecting to the replication server endpoints. Locate the exact failure point from logs. -Ensure the IAM role used by the replication agent has the necessary permissions to access replication server resources. -Try using a smaller test dataset initially to validate if it's able to connect and replicate properly.

profile picture
EXPERT
answered 3 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