I have a windows EC2 instance hosted in a Private Subnet.
This private subnet has a NAT Gateway.
My need is to access the web site hosted on this EC2 instance, from the internet.
Following are the options that I tried but failed.
Created an internet facing NLB -> Created listener -> connected lister to a Target Group, that has the EC2 instance registered.
Tried with Created Classic load balancer.
The security group of the EC2 Instance has the following settings
Source for HTTP and HTTPs is 0.0.0.0/0 source for RDP is 0.0.0.0/0
Could anyone help me understand the right approach?