I accidentally terminated an ec2 instance, but I have several snapshots of its volume.

I created a new ec2 instance and I want to have an identical environment (files, installed programs) to the previous instance when the snapshot was taken. I tried creating detaching the volume of the new instance and attaching a volume created from the snapshot, but this did not work.

Is what I'm trying to do possible? How?

link|improve this question
feedback

migrated from stackoverflow.com Dec 7 '11 at 23:37

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

See this thread

link|improve this answer
These steps work. I actually was trying to follow these steps before, but I set the wrong subregion for the volume so I could not attach it to the instance, which was in a different subregion. – jonderry Dec 6 '11 at 21:16
Love it when my old posts still help people years later. – Eric Hammond Dec 6 '11 at 21:54
feedback

Your Answer

 
or
required, but never shown