On Amazon EC2 is it possible to reassign a keypair to an already running instance?
I am having problem with a particular keypair and am wondering if there is a way to fix it by reassign it.
Thanks
On Amazon EC2 is it possible to reassign a keypair to an already running instance?
I am having problem with a particular keypair and am wondering if there is a way to fix it by reassign it.
Thanks
The best solution we have been able to come up with is to burn an AMI from the running instance and launch a new instance from that AMI using the new key pair.
Every instance we launch is based on a custom AMI that we maintain for this and many other reasons.
I'm interested to hear if anyone has a better approach.
Probably ... just guessing based on what I've done in a few instances:
Now, try accessing with the private key that matches the public one you put in place.
But I fear the problem you have is getting in when the pair AWS put in place has gone bad. No help there.