Windows password not working

0

Hi Team, I am trying to login to windows ec2 instance which is derived from vhd in azure exported as ami in aws. I am launching ec2 instance from custom AMI. Tried SSM, EC2 launch steps but the given password is not working. I am able to get the password but that is not working while login in. Please help or guide..

已提问 2 年前570 查看次数
1 回答
0

Hello,

Since this is an Imported Image, if properly sysprep the Administrator password would match the Console password but in some cases it will not. If there was a local admin account on the Image prior to import to AWS or any user in the Remote Desktop Users group, you can use the same credentials to RDP into the Instance.

Resolution

net user TestUser Password@123
net localgroup administrators TestUser /add```

- Then try to login with the user ***TestUser*** via RDP

For additional information, see the documentation [How can I reset the administrator password on an EC2 Windows instance](https://aws.amazon.com/premiumsupport/knowledge-center/reset-admin-password/)

Should you need further clarification, reach out to [AWS Premium Support](https://aws.amazon.com/contact-us/)
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则