An enterprise is designing a hybrid network architecture to connect VPCs in a multi-account AWS environment to an on-premises data center. The AWS environment uses an AWS Transit Gateway in the `us-east-1` Region to interconnect all VPCs. The primary connection to the data center is a AWS Direct Connect connection using a Transit Virtual Interface (VIF) connected to a Direct Connect Gateway. To ensure high availability, the solutions architect is deploying an IPsec AWS Site-to-Site VPN over the Internet as a backup connection. Both connections must support dynamic routing and automatically failover, but the Direct Connect path must be preferred for both inbound and outbound traffic under normal operating conditions. Which two configurations must the solutions architect implement to achieve these routing requirements? (Select TWO.)
- Configure the on-premises router to assign a higher BGP local preference attribute to the AWS routes received over the Direct Connect connection than those received over the VPN connection.Cevap
- Configure the on-premises router to advertise its local network prefixes over the VPN connection with Autonomous System (AS) path prepending.Cevap
- CConfigure static routes on the Transit Gateway route table pointing to the VPN attachment, ensuring they have a higher metric than the dynamic routes propagated by the Direct Connect Gateway.
- DConfigure a Private Hosted Zone in Route 53 with failover routing policies pointing to the Direct Connect Gateway and Site-to-Site VPN endpoints.
- EDeploy a single NAT Gateway in a shared services VPC and route all hybrid traffic through it to allow the Transit Gateway to prioritize the Direct Connect path.