A financial services company is establishing a multi-account, multi-region AWS environment. In the primary Region (`us-east-1`), they have deployed a central AWS Transit Gateway (TGW) to interconnect spoke VPCs. To connect their main on-premises data center to AWS, they deploy a AWS Direct Connect (DX) connection terminating at a Direct Connect Gateway (DXGW) associated with the TGW. For high availability, they also configure an IPsec AWS Site-to-Site VPN terminating directly on the same TGW as a backup. The network team requires symmetric routing: all traffic between AWS and the on-premises data center must utilize the DX connection during normal operation, failing over to the VPN only if the DX link becomes unavailable. The on-premises network uses the prefix , which must be reachable from AWS, and on-premises systems must reach resources in the AWS VPCs. The solution must minimize administrative overhead and rely on dynamic routing protocols where possible. Which TWO configurations will achieve this routing policy while preventing asymmetric traffic flows? (Select TWO.)
- Configure the customer gateway (CGW) to advertise the prefix over the Direct Connect connection, and advertise the same prefix over the Site-to-Site VPN connection with its own Autonomous System Number (ASN) prepended at least three times in the AS-Path.Cevap
- Configure the CGW to assign a higher BGP Local Preference value to AWS prefixes received over the Direct Connect connection than to those received over the Site-to-Site VPN connection.Cevap
- CCreate static routes for pointing to the VPN attachment in the Transit Gateway route table, and configure dynamic propagation for the Direct Connect Gateway attachment.
- DConfigure the CGW to advertise the prefix over the Direct Connect connection, and advertise a more specific prefix such as over the VPN connection.
- EAssociate a Route 53 Private Hosted Zone (PHZ) for on-premises DNS resolution with the primary transit VPC only, and configure a single NAT Gateway in that VPC to route all failover traffic to the customer gateway.