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
asked 5 years ago260 views
1 Answer
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
answered 5 years 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