Question 219:
A media firm has created Sales VPC, Marketing VPC & Media VPC. Media VPC has many servers hosting large size media content uploaded from an on-premises office. Users from on-premises offices also need to have access to Sales VPC & Marketing VPC. Servers in Marketing VPC download media content from Media VPC on a regular basis to create modified content for external clients. Sales VPC should be isolated from Media VPC & Marketing VPC with only need basis specific subnets to access these VPCs. The firm is looking for a cost-effective, scalable solution to be deployed. As an AWS Architect, which of the following will you suggest implementing to meet the requirement?
Answer options:
A.Create Private VIF over AWS Direct Connect Gateway to Media VPC. Create full mesh VPC peering between Sales, Marketing & Media VPC. Create a VPN connection from on-premises to each of the VPC for communication between on-premises users & each of the three VPC.B.Create Transit VIF over AWS Direct Connect Gateway to connect to Transit Gateway which will have an association with specific subnets from all three VPC. Create a VPC peering between Marketing VPC & Media VPC.C.Create Private VIF over AWS Direct Connect Gateway to Media VPC. Create Transit VIF over another AWS Direct Connect Gateway to connect to Transit Gateway which will have an association with specific subnets from all three VPC. Create a VPC peering between Marketing VPC & Media VPC.D.Create Transit VIF over AWS Direct Connect Gateway to connect to Transit Gateway which will have an association with specific subnets from all three VPC. Create a full mesh VPC peering between Sales, Marketing & Media VPC.