A global manufacturing corporation operates a multi-account AWS environment in the `us-east-1` Region, managed under AWS Organizations, with all VPCs connected to a central AWS Transit Gateway. The corporation must design a highly resilient hybrid network to connect its AWS resources to two on-premises facilities: a primary factory in Detroit (representing the IP range) and a secondary backup warehouse in Nashville (representing the IP range).
The connectivity requirements are as follows:
- The Detroit factory connects via a AWS Direct Connect (DX) connection using a Transit VIF through a Direct Connect Gateway (DXGW) attached to the Transit Gateway. A Site-to-Site VPN connection from the Detroit factory to the Transit Gateway serves as a backup.
- The Nashville warehouse connects via a AWS Direct Connect connection using a Transit VIF through the same DXGW.
- Traffic from AWS to the Detroit factory must prefer the Detroit DX link, and fail over to the Site-to-Site VPN only if the Detroit DX link is unavailable.
- Traffic from AWS to the Nashville warehouse must prefer the Nashville DX link. If the Nashville DX link fails, traffic to Nashville must traverse the Detroit DX link and route via the company's internal private WAN.
- For all traffic from on-premises to the AWS network (), both facilities must prefer their respective Direct Connect paths over the Site-to-Site VPN.
Which of the following routing configurations should the Solutions Architect implement to meet these requirements? (Select TWO.)
- Advertise the prefix from the Detroit factory over the Direct Connect connection, and advertise the same prefix with AS-Path prepending over the Site-to-Site VPN. Additionally, advertise the Nashville prefix with AS-Path prepending from the Detroit factory over its Direct Connect connection.Cevap
- Configure the customer routers at both Detroit and Nashville to assign a higher BGP Local Preference value to the AWS prefix () received via the Direct Connect connections than the same prefix received via the Site-to-Site VPN.Cevap
- CConfigure the AWS Transit Gateway route table with a static route for pointing to the Direct Connect Gateway attachment, and another static route for pointing to the VPN attachment with a higher metric.
- DConfigure the Transit Gateway to enable Equal-Cost Multi-Path (ECMP) routing, and advertise both the and prefixes from both locations without AS-Path prepending over all Direct Connect and VPN links.
- EAssociate the Direct Connect Gateway and the Site-to-Site VPN with separate Transit Gateway route tables, and configure a Route 53 Resolver outbound endpoint to dynamically route traffic based on path latency.