Two cities merging IT operations both use overlapping 10.0.0.0/8 addressing and must connect selected workloads into AWS without renumbering every on-premises network on day one. Which approach best addresses the overlapping CIDR constraint?
Select an answer to reveal the explanation.
Short Explanation
Two towns with the same street numbers cannot share one GPS map without chaos. Overlapping CIDRs break simple routed attachments, so you either hide behind PrivateLink or proxies or you plan a renumbering wave. Peering and Transit Gateway still need unique, routable addresses.
Full Explanation
IP-routed constructs such as VPC peering, Transit Gateway attachments, and many VPN topologies require non-overlapping CIDRs for correct routing. When two municipal estates share 10.0.0.0/8 space, architects should prefer non-overlapping private service exposure (for example PrivateLink), intermediary proxies or load balancers with distinct addressing, and a deliberate renumbering or RFC1918 reallocation plan where direct routing is mandatory. Peering or TGW attachments cannot magically reconcile identical prefixes across connected networks.