An enterprise is designing a secure hybrid and multi-account network topology using AWS Organizations. The environment consists of spoke VPCs distributed across two AWS regions: `us-east-1` and `us-west-2`. The architecture includes an AWS Transit Gateway (TGW) in each region with inter-region peering established, and a Shared Services VPC in a dedicated Infrastructure account. An on-premises data center is connected via AWS Direct Connect to a Direct Connect Gateway associated with both regional TGWs. The enterprise must meet the following requirements:
1. Spoke VPCs in all accounts must resolve domain names in a Private Hosted Zone (PHZ) named `` hosted in the Shared Services account.
2. Spoke VPCs must forward DNS queries for the domain `` to on-premises DNS servers.
3. Outbound internet traffic from all spoke VPCs must be centrally inspected by AWS Network Firewall endpoints deployed across multiple Availability Zones in a centralized Egress VPC in each region.
Which two actions should the solutions architect take to configure the DNS resolution and traffic routing to meet these requirements?
- Configure DNS resolution by creating the `` PHZ in the Shared Services account. Authorize cross-account VPC associations for the spoke VPCs, and accept the associations in the spoke accounts. Create Route 53 Resolver outbound endpoints in the Shared Services VPC, define a forwarding rule for `` pointing to on-premises DNS servers, share this rule via AWS Resource Access Manager (RAM) with the organization, and associate the shared rule with all spoke VPCs.Cevap
- BConfigure DNS resolution by creating the `` PHZ in the Shared Services account and sharing it with the organization using AWS Resource Access Manager (RAM). Associate the shared PHZ with the spoke VPCs in each account. Create Route 53 Resolver inbound endpoints in the spoke VPCs to receive and forward queries for `` directly to the on-premises DNS servers.
- Configure egress routing by deploying regional AWS Network Firewall endpoints, TGW attachments, and NAT Gateways across multiple Availability Zones in the Egress VPC. In the regional TGW route table associated with the spoke VPCs, add a static default route (``) pointing to the local Egress VPC TGW attachment. In the Egress VPC, configure the TGW subnet route tables to route `` to the Network Firewall endpoints, and configure the firewall subnet route tables to route `` to the NAT Gateways.Cevap
- DConfigure egress routing by deploying a single NAT Gateway and a single AWS Network Firewall endpoint in a centralized subnet within the Egress VPC. In the spoke VPC route tables, add a default route (``) pointing to the Shared Services VPC, and configure the Shared Services TGW route table to propagate the default route to all spokes.
- EConfigure routing by propagating the default route (``) from the Direct Connect Gateway to both regional TGWs. Configure the TGW route tables to route all internet-bound traffic through the Direct Connect Gateway to the on-premises firewall for inspection, and peer the regional TGWs directly to allow spoke VPCs to access the Shared Services VPC across regions.