I have a VPC on AWS I would like to have it connect via secure connection to my internal LAN which is in the firewall. I have few questions which are from the clients.
- How do I connect the VPC to Internal LAN, considering the VPC all nodes are linux machine ( either ubuntu® or RedHat® ).
- How do I insure that every request generated from VPC nodes are from the VPC nodes only, is there a way to have some ssl certificate or any other means?
- Client was suggesting a reverse proxy on a DMZ server the DMZ would be available to both the VPC and Internal LAN.
This question is similar to this question in SF, however this is for Linux and not for windows.