Question 557:
You have set up two VPCs:VPC A has the address of "10.10.0.0/16". It also has a subnet with address space "10.10.1.0/24".VPC B has the address of "10.11.0.0/16". It also has a subnet with address space "10.11.1.0/28". You also have set up VPC peering connection between the two VPCs. What should be the respective route table entries in VPC A and VPC B?
Answer options:
A.VPC B route table contains route with Destination as 10.10.0.0/16 B.VPC A route table contains route with Destination as 10.11.0.0/16. C.VPC B route table contains route with Destination as 10.10.1.0/24 and VPC A route table contains route with Destination as 10.11.1.0/28. D.VPC A route table contains route with Destination as 10.10.1.0/24 and VPC B route table contains route with Destination as 10.11.1.0/28.