An enterprise is designing a high-availability hybrid network using a multi-account AWS environment across two Regions: `us-east-1` (Primary) and `us-west-2` (Secondary). Each Region contains a Transit Gateway (TGW) connecting local spoke VPCs. The TGW in `us-east-1` and the TGW in `us-west-2` are peered to allow inter-Region VPC-to-VPC traffic. The enterprise has an on-premises data center with a AWS Direct Connect (DX) connection terminating at a DX location associated with `us-east-1`. A Direct Connect Gateway (DXGW) is configured with a Transit Virtual Interface (VIF) to connect to the on-premises router. The network team has the following requirements:
- Spoke VPCs in both `us-east-1` and `us-west-2` must have primary hybrid connectivity to the on-premises data center via the DX connection.
- A backup AWS Site-to-Site VPN must provide automated failover with minimum latency if the DX connection or Transit VIF goes down.
- Asymmetric routing between the data center and the AWS Regions must be prevented.
Which TWO configuration steps should the solutions architect implement to meet these requirements?
- Associate the Direct Connect Gateway with the Transit Gateways in both `us-east-1` and `us-west-2`. Terminate the backup Site-to-Site VPN connections directly on the Transit Gateway in each respective Region.Cevap
- Configure BGP over the Direct Connect Transit VIF and the VPN connections. On the on-premises router, set a higher local preference for prefixes received via the Direct Connect Gateway to ensure outbound traffic to AWS prefers the Direct Connect path.Cevap
- CAssociate the Direct Connect Gateway only with the `us-east-1` Transit Gateway. In the `us-west-2` Transit Gateway route table, add a static route for the on-premises CIDR block pointing to the inter-Region Transit Gateway peering attachment.
- DAssociate the Direct Connect Gateway with a Route 53 Resolver inbound endpoint in `us-east-1`. Use a Route 53 Private Hosted Zone associated with all spoke VPCs across both Regions to dynamically resolve and route on-premises traffic.
- EDeploy a single NAT Gateway in a shared services VPC in `us-east-1`. Route all outbound hybrid traffic from both Regions through the Transit Gateway peering connection to this NAT Gateway before forwarding to the Direct Connect Gateway.