A SysOps Administrator is troubleshooting a routing issue in a hybrid network environment. Traffic from resources in a private VPC subnet destined for an on-premises data center network () is routing through a backup Site-to-Site VPN connection instead of a primary AWS Direct Connect connection. Both the Direct Connect connection (via a Transit Gateway attachment) and the VPN connection terminate on a single AWS Transit Gateway.
The administrator verifies the following configuration details:
- Both connections are actively establishing BGP sessions and advertising the identical prefix.
- The Transit Gateway route table associated with the VPC attachment shows active route propagation from both the Direct Connect gateway attachment and the VPN attachment.
- The Transit Gateway route table contains a static route for with the VPN attachment as the target.
Which action should the administrator take to ensure that traffic is routed over the Direct Connect connection as the primary path?
- Delete the static route for pointing to the VPN attachment from the Transit Gateway route table.Cevap
- BModify the Route 53 private hosted zone routing policy for the on-premises domain to use failover routing with the Direct Connect path as primary.
- CAdd a static route for in the VPC subnet route tables pointing to the Internet Gateway (IGW) to bypass the Transit Gateway.
- DCreate a VPC Gateway Endpoint for the on-premises network and associate it with the private subnet route tables.