Data replication status - Authenticate with service error

0

I finished setting up a DRS for one of our server running Windows OS. The status of data replication is showing an error - Authenticate with service error. This error indicates communication issue between the replication server and the DRS endpoint on TCP Port 443. I am not sure how to solve the issue. I looked that source server instance security group, for inbound data the port 443 is open. Am I missing anything else? Please provide your steps to solve the issue. Source instance security group setup has Inbound TCP 443 and outbound All rules

Jay
asked 8 months ago477 views
2 Answers
0

Thanks for sharing your issue.

This are the network requirements to set-up AWS DRS:

The replication servers launched by AWS Elastic Disaster Recovery in your staging area subnet need to be able to send data over TCP port 443 to the AWS Elastic Disaster Recovery API endpoint at https://drs.{region}.amazonaws.com/. Replace “{region}” with the AWS Region code you are replicating to, for example “us-east-1” .

The source servers on which the AWS Replication Agent is installed need be able to send data over TCP port 1500 to the Replication Servers in the staging area subnet. They also need to be able to send data to AWS DRS's API endpoint at https://drs.{region}.amazonaws.com/. Replace “{region}” with the AWS Region code you are replicating to, for example “us-east-1” .

You can also refer to the Replication Network Requirements section of the official documentation to trouble shoot the error.

You can also refer to the Troubleshooting section of the official documentation where you can find:

  • Troubleshooting Failback Errors
  • Troubleshooting Communication Errors
  • Troubleshooting Agent Issues
  • Common replication errors
  • Other toubleshooting topics

Hope this helps.

AWS
David C
answered 8 months ago
0

I guessed you're doing replication through the Private Connectivity ; Hence you must open 1500 and 443 port on Source Environment and edit the SG of replication Server with 1500 and 443 port opened . Also, setup AWS DRS Endpoint, AWS S3 Interface and Gateway Endpoint and AWS Ec2 Endpoint. And configure the Public and Private Subnet properly.

biku
answered 8 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