My subnet is attached to a route table with following two routes:
10.25.0.0/16, pcx-abc
10.25.0.0/16, pcx-bcd
Both of the them are vpc peerings with VPCs in two other accounts. In this case, since the CIDR block ranges are the same, when sending a packet to let's say 10.25.25.25, which route will be used?
If there is no way to properly control the traffic with the above setup (single subnet route to two CIDR blocks with same range), what is the recommended way to do it? Use two subnets and have each one of them route to a VPC peering?