Lost RDP access after EC2 instance type change

0

We have an EC2 Windows instance that lost RDP access after changing the instance type. I know the external IP of the instance changed, but we can't connect via RDP anymore like we used to. I checked the security groups and those settings remain intact, so it's not IP whitelist issue. What else can we do? Just an fyi, we changed from t3.medium to a t2.medium, then now back to t3.medium again, but still can't get RDP to connect again.

質問済み 1年前828ビュー
3回答
0

You’ve most likely changed from one family to another. Each family may have a different network adapter. You’ll have to revert this back and review the documentation before retrying.

It may be a case of installing the correct network drivers before retrying.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html

profile picture
エキスパート
回答済み 1年前
  • I've changed the instance type back to what it was before, but still no dice. Just an fyi, I changed from t3.medium to a t2.medium, then now back to t3.medium again.

0

Please check this similar issue from a user some months ago: NLA error after updating instance type. After an instance change the ENI associated to that instance can be lost so you Network Layer Authentication will fail.

Check also the troubleshoot connect windows instance guide. Specially the section: Troubleshooting Remote Desktop issues using AWS Systems Manager, that shows you how to use AWS system manager to help you solve connections issues with your Windows instances.

If you still need help you can post here the error message that your are getting so we can understand better what is the issue.

profile pictureAWS
回答済み 1年前
0

If there are no problems around the network, it is possible that the RDP service is not running properly.
Please refer to the following document to check if the RDP service is running on EC2.
https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/troubleshoot-connect-windows-instance.html#Troubleshooting-Remote-Desktop-Connection-issues-using-AWS-Systems-Manager

Also check this document for other troubleshooting tips just in case.
https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/troubleshoot-connect-windows-instance.html

profile picture
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン