Unable to get connected to my EC2 instance (Windows)

0

Hi There, I'm first time on AWS and I'm Unable to get connected to my EC2 instance (Windows). RDP is returning timeout.. I even cannot ping the EC2 Public IP.. Any experience /suggest to share please..?

Thx a lot in advance.. Ciao..Mario.

asked a year ago230 views
1 Answer
0

Hello, probably the instance's subnet doesn't have an internet gateway as the default route (0.0.0.0/0) or the security group attached to the instance doesn't have RDP port open. Try to go through theses steps:

  1. Create and attach an internet gateway
  2. Create a custom route table
  3. Create a security group for internet access
  4. (if necessary) Assign an Elastic IP address to an instance

This doc describes the steps: Connect to the internet using an internet gateway

AWS
answered a year 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