An enterprise uses an AWS Transit Gateway to connect multiple VPCs to their on-premises network. The primary path is a AWS Direct Connect connection via a Transit VIF associated with a Direct Connect gateway attached to the Transit Gateway. A Site-to-Site VPN connection is established directly to the Transit Gateway as a backup path. Both paths advertise the corporate network range of using BGP.
During a failover test, a SysOps administrator disables the BGP session on the Direct Connect connection. However, traffic destined for the corporate network is dropped instead of failing over to the backup Site-to-Site VPN. Inspection of the Transit Gateway route table reveals a manually configured static route for pointing to the Direct Connect gateway attachment.
Which two actions must the SysOps administrator take to resolve this issue and ensure automatic failover to the VPN connection? (Select TWO.)
- Enable route propagation for both the Direct Connect gateway attachment and the Site-to-Site VPN attachment in the Transit Gateway route table.Cevap
- Delete the static route for from the Transit Gateway route table.Cevap
- CConfigure AS Path prepending on the Site-to-Site VPN connection inside the Transit Gateway route table to deprioritize the VPN path.
- DCreate a new public virtual interface (VIF) on the Direct Connect connection and associate it directly with the Transit Gateway.
- EConfigure a virtual private gateway (VGW) in each VPC and add static routes pointing to the VGW for the on-premises range.