Workaround to overlapping IP address range

0

I have a partner who is providing their services in a VPC of /19 and their customer only provided them with a /24 range. They will need to peer their VPCs. Because of this, they have overlapping address range and will thus not be able to use Transit Gateway, Direct Connect Gateway, VPC Peering, etc. My ask here is has anyone worked with a customer with a similar issue and what is a good practice/design around this? (Other than reallocating the address space to fit). The partner is looking at using a NAT as a workaround for now but is looking for a better alternative.

AWS
已提問 5 年前檢視次數 1594 次
2 個答案
0
已接受的答案

Unfortunately there is no great answer in this case. They could use NAT but once you need traffic to be originated in two directions then you will be required to do NAT in both directions. This will ultimately not scale well and will provide operational challenges.

They could possibly use something like Privatelink. But that will only work for traffic flows in one direction.

The best possible recommendation is to have them create a new VPC with non overlapping CIDRs and then migrate their resources to the new VPC.

AWS
已回答 5 年前
profile picture
專家
已審閱 1 年前

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

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

回答問題指南