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
已提問 5 個月前檢視次數 216 次
1 個回答
0
已接受的答案

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
專家
已回答 5 個月前
profile pictureAWS
專家
已審閱 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南