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.

已提问 1 年前239 查看次数
1 回答
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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则