How to Access an AWS Instance with RDC when behind a Private Subnet of a VPC

Posted by dalej on Server Fault See other posts from Server Fault or by dalej
Published on 2014-06-03T20:02:08Z Indexed on 2014/06/03 21:27 UTC
Read the original article Hit count: 212

We are implementing a typical Amazon VPC with Public and Private Address - with all servers running the Windows platform. The MS SQL instances will be on the private subnet with all IIS/web servers on the public subnet.

We have followed the detailed instructions at Scenario 2: VPC with Public and Private Subnets and everything works properly - until the point where you want to set up a Remote Desktop Connection into the SQL server(s) on the private subnet. At this point, the instructions assume you are accessing a server on the public subnet and it is not clear what is required to RDC to a server on a private subnet.

It would make sense that some sort of port redirection is necessary - perhaps accessing the EIP of the Nat instance to hit a particular SQL server? Or perhaps use an Elastic Load Balancer (even though this is really for http protocols)?

But it is not obvious what additional setup is required for such a Remote Desktop Connection?

© Server Fault or respective owner

Related posts about remote-desktop

Related posts about amazon-vpc