I'm trying to lunch an instance from backup snapshots. I follow the procedure here :
- Goto the snapshot section of the aws tools.
- Create a volume from the snapshot.
- Create an ec2 instance (make sure it's an EBS backed instance, if it's the same kind as the original snapshot you'll be fine)
- Stop the instance
- Detach the existing EBS volume from the instance
- Attach the volume you just created, make sure you give it the same name as the instance that was attached.
- Start the instance back up.
Not quite sure what is EBS backed instance.
Every thing works fine,But after I reattach the volume,The instance I created cant get start,when i press start,it pending for awhile then stopped again. What maybe the problem?
Thanks in advance.
