简体   繁体   中英

Access to Amazon EC2 Windows instance via Remote Desktop

I'm new to AWS EC2 and I'm trying to access to a windows instance (it's an image created from another instance),

But when I click on Get password in RDP section, i got this message:

错误信息

The instance was running since yesterday so why I still have this message? is this something related to missing configuration?

Thanks for your help!

Check the console output for the instance to see whether the AMI that you used to launch it was created with password generation disabled. If password generation is disabled, the console output contains the following:

Ec2SetPassword: Disabled

If password generation is disabled and you don't remember the password for the original instance, you can reset the password for this instance. For more information, see. Reset a lost or expired Windows administrator password

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM