I've followed these instructions to duplicate an AWS, EBS-backed EC2 instance and I'm running into a snag.
This is exactly what I've done:
Created an AMI from the original instance (instance panel: actions>create image)
Launched the AMI as instance using the current keys (AMI panel: launch)
Created a new elastic IP and associated it with the new instance.
Problem: Everything seems fine but I lost connection to the original instance. I ran trace routes for the original IP and it's dropping when it reaches amazon. It doesn't seem to exist despite that it is showing in my panel, associated with the original instance and likewise, the original instance points to the correct IP address.
To trouble shoot, I have now:
Deleted the new AMI
Deleted the new instances
No change. What am I doing wrong? How do I properly duplicate an instance that I can then point to a different IP?
Thank you,
J