Overlapping IP address solution in AWS

0

Dear Team - As per https://aws.amazon.com/blogs/networking-and-content-delivery/connecting-networks-with-overlapping-ip-ranges/,

 Some applications may not work with this solution as applications must present as a single TCP port. If you have an application that uses UDP or has multiple TCP ports and the clients must maintain back-end server affinity then PrivateLink isn’t appropriate for you.

However, i wanted to know if AWS has any other solution to connect over UDP port with overlapping IP address ?

Thanks

JD
preguntada hace 5 meses216 visualizaciones
1 Respuesta
0
Respuesta aceptada

That is correct PrivateLink supports TCP protocol only (as of today), there is also VPC Lattice which allows connectivity between VPCs using overlapping CIDR but it supports HTTP/HTTPS and gRPC protocols only (as of today)

Take a look at solution described in this Whitepaper which explains use of Private NAT gateway for connectivity between 2 VPCs using overlapping IP CIDRs or for connectivity towards on-premises network.

https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/private-nat-gateway.html

Note that the AWS NAT gateway supports SNAT (Source NAT) only, for more advanced NATing scenarios (DNAT etc) you can look at 3rd party firewall virtual appliances or NAT instances.

In general it is best to just avoid using overlapping IP space.

profile pictureAWS
EXPERTO
respondido hace 5 meses
profile pictureAWS
EXPERTO
revisado hace 5 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas