A global retail corporation is migrating its legacy inventory management systems to AWS. The target architecture spans spoke VPCs distributed equally between `us-east-1` and `us-west-2` across separate member accounts under AWS Organizations. The corporation has established two AWS Direct Connect connections at separate colocation facilities to link their on-premises core datacenter to AWS. Workloads within the same Region require high-bandwidth, low-latency inter-VPC communication. However, security policy forbids direct inter-VPC traffic across different AWS Regions. The hybrid connectivity design must ensure that on-premises database synchronization occurs primarily over the Direct Connect path, with an IPsec VPN tunnel acting as an automated secondary failover route. Which TWO actions must a solutions architect take to configure this hybrid and multi-account network topology?
- Provision an AWS Transit Gateway in each Region, attach the regional spoke VPCs to it, and associate both Transit Gateways with a single Direct Connect Gateway that connects to the on-premises datacenter using Transit Virtual Interfaces.Answer
- Configure an AWS Site-to-Site VPN connection terminating on each Transit Gateway as a backup path, using Border Gateway Protocol (BGP) with AS Path prepending on the on-premises router for the VPN routes to ensure Direct Connect is preferred.Answer
- CAssociate the Direct Connect Gateway directly with the Virtual Private Gateways (VGWs) of all spoke VPCs to bypass Transit Gateway data processing charges, and configure VPC peering for spoke-to-spoke routing.
- DDeploy a single centralized Route 53 Private Hosted Zone for on-premises resolution in the Organization management account, and rely on Transit Gateway route propagation to distribute DNS resolution to all spokes.
- EProvision a single NAT Gateway in a single Availability Zone inside a centralized egress VPC in each Region to route all outbound internet traffic from the local spoke VPCs, minimizing NAT Gateway provisioning costs.