Can't Connect RDP to Windows Server Instance

0

I'm at my wit's end with this! I want to make an EC2 instance with t2.medium type with Windows Server 2022.

  • I create a new security group
  • Allow RDP traffic for 3389 from 0.0.0.0/0 Inbound
  • Allow all traffic 0.0.0.0/0 Outbound
  • 100GB of storage
  • After launching the instance, I allocate a new Elastic IP, which I associate to my new instance.
    I then go to the instance, get an instance screenshot to verify it's running, then attempt to connect RDP to the public IP.
    RDP Fails. Why?? I've tried making three different instances, but none of them work.
    I use RDP every day of my life, and doing this in Azure works instantly. I'm clearly missing something.
asked 10 months ago420 views
2 Answers
1

Hi,

Few other things you can check

  • Check if your instance is in a public subnet connected to an internet gateway.
  • Check if your network access control list allows RDP traffic both inbound and outbound.

Following are a few guides that may be useful to troubleshoot your issue.

profile picture
Bisina
answered 10 months ago
profile picture
EXPERT
reviewed 4 months ago
0

I don't see on the Subnet page where I can view the IGW. I can see the VPC it's associated with, and when I check that VPC, I can see the VPC is associated with an IGW.

When running the reachability analyzer from that IGW to my Instance, it fails due to a missing route., but when I look at the path details it looks fine to me.

reachability analyzer

answered 10 months 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