You are trying to implement the below architecture. So you have a VPC peering connection between VPC A and VPC C and another one between VPC B and VPC C.You have Instances defined in each subnet, as shown above.
You need to ensure the following. · Instance i3 can communicate with Instance i1 but not Instance i2 · Instance i4 can communicate with Instance i2 but not Instance i1 What needs to be done so that this can accomplish? Choose 2 answers from the options given below.
Click on the arrows to vote for the correct answer
A. B. C. D.Answer - A and B.
Since VPC A and VPC B have overlapping CIDRs, it will be difficult to restrict traffic if you have only one subnet.
Hence create two subnets with 2 different route tables will help meet the requirement.
Options C and D are incorrect since having one subnet will not help meet the requirement.
For more information on VPC peering, please refer to the below URL.
https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-peering.html