Any ideas to gain access to an amazon EC2 instance of instance-store type (not EBS), without the keypair file? I Can't find the keypair file and it's not an ebs to be able to make an image or snapshot of.
|
|
I think the only ways you have a chance of accessing the files on the instance are:
I always recommend using EBS boot instances where possible. This is just one of a number of reasons. If it were an EBS boot instance, then you could get access to the root file system using the following method described on my blog:
Unfortunately, this is not possible with instance-store. |
|||
|
