Stuck on License terms

0

I did an upgrade from Windows 2012 to 2016 Desktop Experience. The upgrade went on well but upon checking the instance screenshot I am seeing that I need to accept the license terms. I am unable to accept because I cannot RDP to the instance nor use AWS systems manager. Kindly assist

Simba
asked a year ago832 views
1 Answer
1

When you upgrade Windows Server versions, especially when using AWS EC2, the server will often reboot and show the license agreement terms on the screen. this may be the problem You are required to accept these terms before you can proceed, but this can be difficult if you can't connect via RDP or use the AWS Systems Manager.

You can use EC2Rescue tool to diagnose the problem

https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/Windows-Server-EC2Rescue.html

If all else fails, you can try detaching the root volume of the stuck instance and attaching it to another, functioning Windows instance. From there, you can access the file system and potentially bypass the license screen. Here are the steps:

  1. Stop both the stuck instance and the working instance.
  2. Detach the root volume of the stuck instance.
  3. Attach that volume to the working instance.
  4. On the working instance, look for the newly attached volume and note the drive letter it's been assigned.
  5. Try to navigate to drive letter:\Windows\System32\sysprep, find unattend.xml and remove it if it exists.
  6. Detach the volume from the working instance and re-attach it back to the original instance.
  7. Start the original instance.
profile picture
EXPERT
answered a year 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