The AWS documentation on peering refers to the situation where VPCs B and C each have a subnet with an identical CIDR and which are both peered with VPC A, as per the diagram below:
The documentation does not make it clear to me whether it is possible to set up the routes within VPC C such that response traffic is routed to the correct subnet in the correct VPC. Is this possible?
i.e. if traffic originates in Subnet B of VPC B, can its return traffic be correctly routed to it, such that traffic originating in Subnet B of VPC C also has its return traffic correctly routed to it? If so, how do you do this?