Remote Desktop file issue

0

Hi AWS, I am using an EC2 Windows instance. I used to connect with the instance using the RDP client option. With this option you need to download a remote desktop file and everytime you need to connect to the instance you need to click on that file and provide the password.

Now for instance I stopped the instance and when I restart the instance again and try to use the same remote desktop file it is not working and I need to download it again and have to provide the password. Can you please tell me the reason behind this issue? Is it by design or I am using it wrong way?

profile picture
Arjun
asked 7 months ago296 views
2 Answers
1

Here is what happens:

  1. You create an RDP file: Its containing the current IP Address.

  2. You stop the instance: When you stop the instance, and there is no EIP attached, the associated IP address is released.

  3. You restart the instance: When you start the instance, it may be assigned a different IP address. Your RDP file has been outdated

To resolve this issue, you'll need to download a new RDP file after starting the instance to get the updated IP address and connection details.

https://docs.aws.amazon.com/de_de/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html

profile picture
David
answered 7 months ago
profile picture
EXPERT
Steve_M
reviewed 7 months ago
profile picture
EXPERT
reviewed 7 months ago
0

David is correct in his answer. To note, you don’t have to download the file each time. You can use the same one or manually connect to its IP by using Remote Desktop client.

profile picture
EXPERT
answered 7 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