EC2 RDP Cannot Connect

0

Hello,
I'm having a problem connecting to my EC2 instance using RDP

Error:
Remote Desktop can't connect to the remote computer for one of these reasons:

  1. Remote access to server is not enabled
  2. The remote computer is turned off
  3. The remote computer is not available on the network

Instance ID: i-00f6bbf41c81f4488

Inbound Rule: My IP

Tried Solutons:
Reboot: no-luck
TroubleshootRDP -time-out on manageFirewallProfiles command
ExecuteEC2Rescue - results below
===== Analysis =====
System Time
OK - RealTimeIsUniversal (Enabled)
Windows Firewall
OK - Domain networks (Disabled)
OK - Private networks (Disabled)
OK - Guest or public networks (Disabled)
Remote Desktop
OK - Service Start (Manual)
OK - Remote Desktop Connections (Enabled)
OK - TCP Port (3389)
EC2Launch
OK - Installation (Installed)
Information - Reset Administrator Password (Disabled)
Network Interface
OK - DHCP Service Startup (Automatic)
Information - Ethernet 2 detail (N/A)
OK - DHCP on Ethernet 2 (Enabled)

ArisA
gefragt vor 5 Jahren267 Aufrufe
1 Antwort
0

Manage to resolve my issue using the following:
1.Create IAM Role with AmazonEC2RoleforSSM Policy
2. Attach Role to the instance
3. Reboot
3. <https://console.aws.amazon.com/systems-manager/automation/execute/AWSSupport-TroubleshootRDP >
(make sure the instance ID is shown using "Show interactive instance picker" ON.
- Action = Custom
- Firewall = Disable
- RDPServiceAction = Start

  • NLASettingAction = Disable
  • RDPServiceStartupType = Auto
  • RDPPortAction = Modify
  • RemoteConnections
  1. RDP Inbound Rule set to Anywhere
ArisA
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen