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?

질문됨 일 년 전258회 조회
1개 답변
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
답변함 일 년 전

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

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

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

관련 콘텐츠