- Newest
- Most votes
- Most comments
The issue you're experiencing with AWS Elastic Disaster Recovery (DRS) where recovery instances fail to pass the status check is not uncommon, especially when using custom AMIs. Here are a few points to consider and potential solutions:
-
Custom AMI Compatibility: Ensure that your custom RHEL 9 AMI is fully compatible with AWS Elastic Disaster Recovery. Some customizations might interfere with the recovery process.
-
Network Configuration: Check if the network settings in your recovery region are correctly configured. Ensure that the security groups, VPC settings, and network interfaces are properly set up to allow communication between the recovery instances and the AWS DRS service.
-
RedHat Satellite Integration: Your attachment to RedHat Satellite might be causing issues during the recovery process. Try temporarily disabling this integration to see if it resolves the problem.
-
SSM Agent and DRS Replication Agent: While you've successfully installed these agents, verify that they are the correct versions and are properly configured for your secondary region.
-
Instance Type Compatibility: Ensure that the instance types you're using for recovery are compatible with your custom AMI and the AWS Elastic Disaster Recovery service in your secondary region.
-
Operating System Support: Confirm that RHEL 9 is fully supported by AWS Elastic Disaster Recovery in your target region.
-
Logs and Monitoring: Although you mentioned the system logs appear empty, try accessing CloudWatch logs or other AWS monitoring services to gather more information about the failure.
-
Post-Launch Actions: AWS Elastic Disaster Recovery has a feature for post-launch actions. You might want to set up some custom scripts to run after instance launch to help diagnose the issue or make necessary configurations.
If the problem persists after checking these points, it would be advisable to contact AWS support for more detailed troubleshooting, as they can access more specific information about your setup and the recovery process.
Sources
Recovery Instances page - AWS Elastic Disaster Recovery
Disaster recovery overview - AWS Elastic Disaster Recovery
What source infrastructure does AWS Elastic Disaster Recovery support? - AWS Elastic Disaster Recovery
AWS Elastic Disaster Recovery Service Release Notes - AWS Elastic Disaster Recovery
Relevant content
- asked 3 years ago
- asked 9 months ago