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.

posta un anno fa240 visualizzazioni
1 Risposta
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande