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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南