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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ