How to generate Windows server RDP Password

0

I am not able to create a password for RDP login.Enter image description here

질문됨 2달 전302회 조회
1개 답변
1

Hello

This would occur when the instance was launched from AMI that was not sysprepped or admin account was changed. To resolve this issue you can perform one of two possible solutions

Possible solutions 1 : Manage instance via SSM and Use ec2launch to shutdown without sysprep

*NB ensure SSM agent is running on your instance , by Navigating to get system log

  1. Create iam role and attach it on the instance[https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-instance-permissions.html]
  2. Reboot the instance, Navigate to EC2, Session manager tab, Click connect session manager
  3. Once you are logged on to the terminal , type net user <username> <password> , Click enter to run the command successful

<username> -represents user admin account that you will login ,<password> -create a new password based on your password complexity requirements

  1. Login to the instance, From the Windows Start menu, search for and choose Amazon EC2Launch settings.
  2. Select Shutdown without Sysprep. start the instance and you should have option to use your keypair to connect to the instance.

Possible solutions 2 : Offline method with EC2rescue Follow the link below on this repost offline method https://repost.aws/knowledge-center/reset-admin-password

AWS
답변함 2달 전

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

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

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

관련 콘텐츠