How to generate Windows server RDP Password

0

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

gefragt vor 2 Monaten303 Aufrufe
1 Antwort
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
beantwortet vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen