Runbook

Unresponsive Windows EC2 Instance on AWS with RDP Connection Issue

Back to Runbooks

Overview

This incident type refers to a problem where a Windows EC2 instance on Amazon Web Services (AWS) becomes unresponsive and users are unable to connect to it via Remote Desktop Protocol (RDP). The incident requires troubleshooting using the AWS Command Line Interface (CLI) to identify and resolve the underlying issues causing the unresponsiveness and RDP connection problem.

Parameters

Debug

Connect to the AWS EC2 instance using RDP

Check if the instance is running and responding to ping

Get the instance ID for the EC2 instance

Check the status of the instance

Get the system log for the instance to check for any errors

Check if the RDP port is open in the security group

Repair

Check the EC2 instance's system and application logs for any errors or warnings that could provide clues to the cause of the unresponsiveness and RDP connection issue.

Try rebooting the instance from the AWS CLI to see if that resolves the issue.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.