How to resolve the "Password is not available"

0

Hi, I am unable to get the password for my custom windows AMI which is windows 10. I have already set a password on the administrator account before exporting the VM into OVA file format. Everything is good until when I tried to RDP in but the password cant be decrypted and shows this "Password is not available" even after waiting for 4 mins. Any ideas as to what went wrong?

asked a year ago250 views
1 Answer
0

You can try the below options to resolve the error that you are encountering.

--> Using EC2 Rescue tool, perform EC2 Rescue and diagnose operation to enable the "Reset Administrator Password". please refer https://repost.aws/knowledge-center/ec2rescue-windows-troubleshoot

---> you can review the EC2 Launch log for the same and identify the error that you are seeing regarding the same

---> you can reset the Administrator Password again with setting Admin privileges by running following command.

PS> start-process PowerShell -verb runas

---> Further you can we check whether the "ssm-user" account was disabled, if it's disabled you can enable it

---> Review the installed EC2 Launch version using following command:

PS > Test-ModuleManifest -Path "C:\ProgramData\Amazon\EC2-Windows\Launch\Module\Ec2Launch.psd1" | Select Version

---> perform the EC2 Launch upgrade to latest version using following script in Run Command document "AWS-RunPowerShellScript":

[+] https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2launch-download.html

---> Review the System event logs.

AWS
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions