Failback Client errors
The following topics cover errors that you might encounter when you set up or connect the Failback Client in AWS Elastic Disaster Recovery (Elastic Disaster Recovery).
Topics
Error: Could not associate failback client to recovery instances
Error message:
Could not associate failback client to recovery instances
Cause: The IAM credentials used for the Failback Client do not have the required failback policy attached.
Resolution:
To resolve this error
-
Attach the
AWSElasticDisasterRecoveryFailbackInstallationPolicymanaged policy to the IAM user or role. -
Restart the failback process.
For more information, see Learn more about Failback Client credentials.
Error: Could not discover account ID
Error message:
Could not discover account id from describe
Cause: The AWS credentials or Region entered into the Failback Client are incorrect.
Resolution:
To resolve this error
-
Verify that the AWS Access Key ID and Secret Access Key are correct and active.
-
Verify that the Region matches the Region where Elastic Disaster Recovery is configured.
-
Test the credentials by running the following command:
aws sts get-caller-identity --regionregion
Error: Failed to get recovery instance volumes
Error message:
Failed to get recovery instance volumes, please check the network
configuration of your recovery instance
Cause: The Failback Client cannot communicate with the recovery instance on TCP port 1500.
Resolution:
To resolve this error
-
Verify that TCP port 1500 is open between the failback server and the recovery instance.
-
If you are not using a private route (VPN or ), verify that the recovery instance has a public IP address.
-
Test connectivity to the recovery instance on port 1500:
-
Linux:
nc -zvrecovery-instance-ip1500 -
Windows (PowerShell):
Test-NetConnection -ComputerNamerecovery-instance-ip-Port 1500
-
Error: Failback client not seen
Error message:
Failback client not seen status in the Elastic Disaster Recovery console.
Cause: Communication between the Failback Client and the Elastic Disaster Recovery endpoint has been interrupted. Common causes include:
-
Network issues between the Failback Client and the Elastic Disaster Recovery endpoint (TCP 443)
-
The Failback Client process was terminated or interrupted
-
The Failback Client runs in the foreground — closing the shell session terminates the process
Resolution:
To resolve this error
-
Verify network connectivity to
drs.on port 443.region.amazonaws.com -
Use
screenortmuxto keep the Failback Client session alive. -
Restart the Failback Client if needed.
Note
Replication might continue in the background because the AWS Replication Agent runs independently of the Failback Client process.
Error: Could not verify recovery instance connectivity to DRS
Error message:
Could not verify recovery instance connectivity to Elastic Disaster
Recovery
Cause: The recovery instance cannot communicate with the AWS Elastic Disaster Recovery endpoint on TCP port 443.
Resolution:
If the agent log shows a "driver compiled for different kernel" error, see Troubleshoot driver compilation errors.