A media streaming company is launching a new video-processing platform in the us-west-2 region. The architecture consists of a Production VPC (vpc-prod-processing) and a Shared Services VPC (vpc-shared-services), both connected via an AWS Transit Gateway. The video-processing EC2 instances are distributed across two Availability Zones (us-west-2a and us-west-2b) in private subnets of vpc-prod-processing and must access the internet to download transcoding packages and license updates. The company wants to centralize all outbound internet traffic through vpc-shared-services to inspect traffic and minimize costs. Additionally, the EC2 instances in vpc-prod-processing need to resolve internal database endpoints registered in a Route 53 Private Hosted Zone (corp.internal) managed within vpc-shared-services. The solution must be highly resilient, preventing any single points of failure. Which two actions should the Solutions Architect take to satisfy these requirements? (Select TWO.)
- Deploy a NAT Gateway in a public subnet within both us-west-2a and us-west-2b in the Shared Services VPC, and route outbound traffic from the Transit Gateway subnet route tables to the NAT Gateway in the same Availability Zone.Answer
- Associate the Route 53 Private Hosted Zone corp.internal with both the Shared Services VPC and the Production VPC.Answer
- CDeploy a single NAT Gateway in a public subnet of the Shared Services VPC to centralize outbound traffic from both Availability Zones.
- DRely on the Transit Gateway's default DNS propagation to automatically route DNS queries for corp.internal from the Production VPC to the Shared Services VPC without modifying private hosted zone associations.
- EConfigure a Direct Connect Gateway attached directly to both VPCs to facilitate transitive routing of outbound internet traffic and DNS queries between the VPCs.