Question 244:
Start-up Company has 3 VPC created for a test setup. VPC A is peering with VPC B & VPC C. VPC B& VPC C have the same CIDR block. There is a single instance in VPC B & 100+ instance in VPC C. Instance in VPC A needs to communicate with an instance in VPC B & all instances in VPC C. Which of the following routing can be used to meet this requirement?
Answer options:
A.Add a more specific routing entry for Instance in VPC A in the routing table of VPC B pointing to target as VPC Peering connection between VPC A & VPC B.B.Add a more specific routing entry for Instance in VPC B in the routing table of VPC A pointing to target as VPC Peering connection between VPC A & VPC B.C.Create a new VPC with separate subnets between VPC A & VPC B.D.Add a less specific routing entry for Instance in VPC A in the routing table of VPC B pointing to target as VPC Peering connection between VPC A & VPC B.