On Mon, 2019-01-07 at 16:24 +0100, Toussaint OTTAVI wrote:
Le 07/01/2019 à 16:14, Jim Popovitch via 44Net a écrit :
AWS instances have private IPs that are mapped (elsewhere) to a public IP, at no point does the public IP/Network exist on the AWS instance.
Then, making our own tunnel between an AWS instance and some local suff may not be doable easily.
But maybe it's doable with Amazon integrated "VPC" feature ?
AFAIK, their VPC "feature" is really just internal/external DNS views. A hostname blah.domain.tld (using their DNS system) will resolve with the internal instance IP (which is only v4 btw) when queried from inside AWS and with the external IP address when queried from the normal part of the world.
-Jim P.