A financial services institution is designing a hybrid and multi-account network topology. The environment comprises 30 spoke VPCs divided equally across the us-east-1 and us-west-2 Regions, managed under a single organization in AWS Organizations. The network design must connect all spoke VPCs to an on-premises data center. The primary connection must be a high-speed AWS Direct Connect connection, with a backup path using AWS Site-to-Site VPN connections. Traffic from AWS to the on-premises data center must default to the Direct Connect link and automatically fail over to the VPN connections if the Direct Connect link becomes unavailable. The design must minimize administrative routing complexity and support transitive routing between all spoke VPCs and the on-premises network. Which TWO actions should the Solutions Architect take to implement this architecture? (Select TWO)
- Create an AWS Transit Gateway in each Region, peer the two Transit Gateways, and attach the local spoke VPCs to their respective local Transit Gateway. Associate a central AWS Direct Connect Gateway with both Transit Gateways using a Transit Virtual Interface (Transit VIF) for the Direct Connect connection.Answer
- Establish AWS Site-to-Site VPN connections from the on-premises customer gateway to each Transit Gateway. Configure BGP dynamic routing on both the Direct Connect and VPN paths, and advertise the on-premises IP ranges to AWS with a shorter AS path over the Direct Connect connection than over the VPN connections.Answer
- CCreate a Private Virtual Interface (Private VIF) on the Direct Connect connection, associate it with the Direct Connect Gateway, and associate the Direct Connect Gateway directly with the spoke VPCs to allow direct transitive routing between the VPCs and the on-premises network.
- DCreate a central Route 53 Private Hosted Zone (PHZ) in the management account, and configure VPC peering between all spoke VPCs to allow resolution of private DNS records without associating the PHZ with the spoke VPCs.
- EDeploy a single, non-redundant NAT Gateway in a central egress VPC, and configure the route tables of all spoke VPCs across all Availability Zones to route outbound internet traffic through this single gateway to reduce NAT Gateway charges.