Amazon recently introduced Windows Server 2008 R2 Core as an available image in EC2. I'm excited about this, but there is no documentation on how to get started.
For instance, how does one retrieve the default password for one of these instances?
Amazon recently introduced Windows Server 2008 R2 Core as an available image in EC2. I'm excited about this, but there is no documentation on how to get started.
For instance, how does one retrieve the default password for one of these instances?
I've not actually used a windows instance myself, however i found this link:- http://techgurulive.com/2011/03/07/how-to-get-windows-password-amazon-ec2-instance/
Can't verify this though.
The amazon docs themsels have this: http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/index.html?ApiReference-cmd-GetPassword.html
Which means you can get it using
using the developer api tools.
I solved the problem by terminating the instance and launching a new one. Now, the password was easily retrievable.
Whether this is a problem that can occur to anywone, or exists because the AMI is really new and still under supervision, I don't know, but this solved it.