A logistics company is designing a hybrid network architecture to connect its on-premises warehouse management system to a VPC in the `us-east-1` Region. The connection must support a continuous data sync throughput of . To secure the database instances inside the VPC, the security team requires stateless traffic filtering at the subnet boundaries, ensuring that return traffic must be explicitly defined. Additionally, the company is deploying a backup application in the `us-west-2` Region and wants to route client requests to the secondary Region if the primary Region becomes unhealthy.
Which two options should the solutions architect select to satisfy these requirements?
- Configure an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing and establish multiple AWS Site-to-Site VPN connections.Cevap
- Configure Network Access Control Lists (NACLs) at the subnet level to explicitly define rules for both inbound and outbound traffic.Cevap
- CEstablish a single AWS Site-to-Site VPN connection directly to the VPC to handle the continuous throughput.
- DConfigure stateful Security Groups at the subnet boundary to track and filter all incoming and outgoing database traffic.
- EImplement Amazon Route 53 Latency routing policy as the sole mechanism to failover client traffic during a regional outage.
Cevap
Configure an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing and establish multiple AWS Site-to-Site VPN connections, and configure Network Access Control Lists (NACLs) at the subnet level to explicitly define rules for both inbound and outbound traffic.
To support of throughput, multiple VPN tunnels are required because a single tunnel caps out at . Enabling ECMP on the Transit Gateway allows traffic to be distributed across these multiple tunnels. Additionally, Network ACLs are the correct mechanism for subnet-level stateless traffic filtering because they require explicit rules for both inbound and outbound traffic.
Adım Adım Çözüm
Anahtar Kavram
High-performing hybrid network scalability using AWS Transit Gateway and ECMP, combined with stateless subnet filtering via Network ACLs.