1

I had an Ubuntu Amazon EC2 server, running a few websites, and I left it to have an unattended do-release-upgrade. The server said that a reboot was required. I (tried to reboot) it and it never came up. Since trying to reboot, I have not succeeded in getting it to serve a webpage or shell in to it.

What are my options or next steps to recover? Is there a way to download a disk image and recover from that?

Thanks,

Shane Madden
  • 112,982
  • 12
  • 174
  • 248
Christos Hayward
  • 1,152
  • 3
  • 15
  • 35

1 Answers1

3

No, you can't download a disk image (at least not easily).

Here's my recommendation:

  1. Fire up a new ubuntu server and configure it as you wish. This will become the replacement for your failed server.
  2. Detach the disk from your old server and attach as a second disk to the new server. I cover this basic process in this answer.
  3. Copy over any data you need from the old disk to the new one.
  4. Detach the old disk and terminate that old instance.
EEAA
  • 108,414
  • 18
  • 172
  • 242