0

I have a dev environment hosted by AWS (t2.large, RHEL 7.4) that is backed up with a snapshot every couple of hours. Today, I tried to create a new instance from one of those snapshots to run some tests but when I started the instance I got a "Instance reachability check failed" error.

Things I have tried so far:

  1. Double checked security groups
  2. Rebooted the instance
  3. Made sure the instance OS was the exact same OS as the instance the snapshot was taken of
  4. Followed this guide on troubleshooting an unreachable instance, none of the error messages mentioned were in the system log
  5. Got a screenshot of the unreachable instance, it just shows a RHEL login screen
  6. Ran the EC2 Rescue tool, it's been running for 45 minutes now and has returned no results.
  7. SSH-ing into the server gives a "Network error: Connection timed out" error
  8. Creating an image from the snapshot and launching that still produces an instance that fails the reachability check

What else can I try to find more information about this error?

Note: This instance contains irreplaceable data, nuking it and starting over isn't an option.

7
  • "Made sure the instance OS was the exact same OS as the instance the snapshot was taken of" What does this mean? I'd expect you to create an AMI from your snapshot and use that as the OS. Commented Sep 27, 2019 at 22:33
  • I launched a new instance with the OS set to the OS of the snapshot, and then swapped out the volumes. I also tried launching it from an AMI. Commented Sep 27, 2019 at 22:59
  • Swapping out mounted volumes generally doesn't end well. If you can't launch it from an AMI, I'd have to fall back onto launching an image with a new OS, and mounting an EBS volume from the snapshot as a second volume to get the data off of it. Commented Sep 27, 2019 at 23:14
  • Have you, for some reason, configured the original instance not to use DHCP? That would explain the failed reachability check on the new machine, which (if I remember right) is a test of whether the instance responds to ARP requests for its assigned IP address. It wouldn't respond, if you had done something like that. Commented Sep 28, 2019 at 3:24
  • 1
    @AnonCoward Weird, I've swapped volumes hundreds of times in the last year and this is the first I'm hearing of this. Commented Sep 30, 2019 at 18:20

0

You must log in to answer this question.

Browse other questions tagged .