i had an AMI which is bundle in 2009. but today when i try to login to it. and want to generate new asmininstrator password it gives me console massage that passowrd is unavailable for this instance. What can i do to log in my instance again. please help
|
feedback
|
|
Once an existing AMI is bundled, then you can't use the same keypair to re-generate the password on an instance launched from the new AMI. The admin password should be changed before bundling, and you can then use it to login to an instance created from the new AMI. | |||||
feedback
|
|
I haven't done this for a while, but hopefully this points you in the right direction. The AMIs keys are based on the key-pair you use. You typically select a key-pair when you launch an AMI. If you use the AWS web console, it is the 3rd step. You can either use an existing key-pair or create a new one. From this step:
You can view your existing key-pairs from the 'Key Pairs' section of the EC2 dashboard. Essentially, create a new key-pair, use it to launch the AMI, and login using the private key you are given. | |||
|
feedback
|