An enterprise has a multi-account AWS environment managed under AWS Organizations. The company has segregated its workloads into a Production Organizational Unit (OU) and a Development OU. A centralized Transit Gateway (TGW) in a Shared Services account is used to interconnect all spoke VPCs across both OUs using AWS Resource Access Manager (RAM).
The company has a 10 Gbps AWS Direct Connect (DX) connection to connect its on-premises data center to AWS. The on-premises network uses Virtual Routing and Forwarding (VRF) to isolate production traffic from development traffic.
The Solutions Architect must design a hybrid connectivity solution that satisfies the following requirements:
- Maintain strict end-to-end logical isolation between Production and Development traffic across the AWS environment and the on-premises network.
- Production VPCs must only communicate with other Production VPCs and the on-premises production VRF.
- Development VPCs must only communicate with other Development VPCs and the on-premises development VRF.
- Minimize the number of Transit Gateways and Direct Connect connections to optimize cost and reduce administrative complexity.
Which TWO actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Create two separate AWS Direct Connect Gateways (DXGWs) and provision two Transit Virtual Interfaces (VIFs) on the dedicated Direct Connect connection, terminating one Transit VIF on each DXGW.Answer
- Associate both DXGWs with the centralized Transit Gateway. Create separate Transit Gateway route tables for Production and Development. Associate the Production DXGW attachment and the Production VPC attachments with the Production Transit Gateway route table, and associate the Development DXGW attachment and the Development VPC attachments with the Development Transit Gateway route table.Answer
- CCreate a single AWS Direct Connect Gateway (DXGW) and associate it with the Transit Gateway. Establish a single Transit Virtual Interface (VIF) on the Direct Connect connection. Use BGP communities advertised from the customer gateway to dynamically associate traffic with different Transit Gateway route tables.
- DDeploy two separate Transit Gateways (one for Production and one for Development) in the Shared Services account. Create a single Direct Connect Gateway (DXGW) and associate it with both Transit Gateways to share the Direct Connect connection.
- ECreate a single Direct Connect Gateway (DXGW) and associate it with the Transit Gateway. Use a single Transit Gateway route table for all traffic. Associate a Route 53 Private Hosted Zone (PHZ) with the Production VPCs and a separate PHZ with the Development VPCs, and use security groups to block cross-environment DNS resolution.