An enterprise is designing a highly available, multi-account hybrid network architecture across two AWS Regions: (the primary region) and (the secondary region). The enterprise has deployed spoke VPCs in multiple member accounts in both regions. The on-premises data center is connected to AWS via a AWS Direct Connect (DX) connection terminating at a Direct Connect Gateway (DXGW). To ensure high availability, the enterprise plans to use an IPsec VPN connection as a backup path.
The design must satisfy the following requirements:
- All spoke VPCs in both regions must have access to the on-premises data center.
- The DX path must be preferred for all hybrid traffic, and the VPN path must only be used in the event of a DX or regional Transit Gateway failure.
- Spoke VPCs must be able to securely resolve domain names hosted in the on-premises data center.
- The solution must minimize monthly operating costs and administrative overhead.
Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)
- Associate the Direct Connect Gateway (DXGW) with the Transit Gateways (TGWs) in both regions. Establish backup IPsec VPN connections from the on-premises data center to the TGW in each region. Configure BGP on the customer gateway to advertise identical on-premises prefixes over both paths, utilizing AS-Path prepending on the VPN routes to ensure the DX path is preferred.Cevap
- Deploy Route 53 Resolver outbound endpoints in a centralized network VPC. Create a forwarding rule for the on-premises domain pointing to the on-premises DNS servers, and share the rule across the AWS Organization using AWS Resource Access Manager (RAM). Associate the shared resolver rule and the on-premises private hosted zone with the spoke VPCs in all accounts.Cevap
- CAssociate the Direct Connect Gateway (DXGW) with the Transit Gateway (TGW) in us-east-1 only. Establish a peered connection between the TGW in us-east-1 and the TGW in us-west-2. Configure the us-west-2 TGW route tables to route all hybrid traffic transitively through the peered connection to the us-east-1 TGW to access the DXGW.
- DCreate a Route 53 Private Hosted Zone (PHZ) for the on-premises domain in the organization's management account. Rely on the organization-level DNS replication policy to automatically propagate DNS resolution capability for this PHZ to all member accounts and spoke VPCs without manual VPC association.
- ECentralize all outbound internet traffic from the spoke VPCs in both regions to a single egress VPC in us-east-1. Deploy a single NAT Gateway in one Availability Zone in the egress VPC to handle all outbound internet traffic, routing all internet-bound traffic from both regions through this single gateway to minimize provisioning costs.