A logistics enterprise operates a multi-account AWS environment with spoke VPCs in the `us-east-1` Region and spoke VPCs in the `us-west-2` Region. The enterprise is designing a hybrid network to connect these VPCs to their on-premises data center. The connectivity design must meet the following requirements:
* Any-to-any VPC-to-VPC communication must be enabled within each region.
* Cross-region VPC-to-VPC traffic must be blocked.
* All VPCs in both regions must have redundant, high-bandwidth access to the on-premises data center.
* The hybrid path must utilize a primary AWS Direct Connect connection with an IPsec VPN over the internet as a backup.
* Failover from Direct Connect to the VPN must be automatic and dynamic.
* Administrative overhead for routing configuration must be minimized.
Which TWO actions should the Solutions Architect perform to meet these requirements?
- Deploy an AWS Transit Gateway in `us-east-1` and another in `us-west-2`. Attach the regional spoke VPCs to their respective regional Transit Gateway. Create a single Direct Connect Gateway, associate it with both Transit Gateways, and establish Transit Virtual Interfaces (Transit VIFs) from the on-premises data center to the Direct Connect Gateway.Answer
- Establish AWS Site-to-Site VPN connections from the on-premises data center, terminating them as VPN attachments directly on each regional Transit Gateway. Configure BGP dynamic routing over both the Direct Connect and VPN connections, and utilize BGP attributes to ensure the Direct Connect path is preferred.Answer
- CCreate a single Direct Connect Gateway and associate all spoke VPCs directly with the Direct Connect Gateway to enable VPC-to-VPC routing and on-premises connectivity, bypassing the need for Transit Gateways.
- DEstablish an AWS Transit Gateway peering attachment between the Transit Gateway in `us-east-1` and the Transit Gateway in `us-west-2`. Route all on-premises traffic from `us-west-2` through the peered Transit Gateway in `us-east-1` to consolidate all hybrid traffic onto a single set of VPN connections.
- EDeploy a single non-redundant NAT Gateway in a centralized services VPC in `us-east-1` to act as the next hop for all outbound hybrid traffic from both regions, and configure static route tracking on the on-premises router to handle failover.