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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠