An organization is migrating a high-volume data ingestion system to AWS. The migration requires transferring large datasets from an on-premises storage system to Amazon EC2 instances in a single VPC, requiring a constant network bandwidth of at least . Which two connectivity configurations can support this bandwidth requirement? (Select TWO.)
- A dedicated AWS Direct Connect connectionAnswer
- An AWS Transit Gateway integration using multiple Site-to-Site VPN connections with ECMP enabledAnswer
- CA standard AWS Site-to-Site VPN connection utilizing a single tunnel
- DA stateless Network Access Control List (NACL) configured to double the bandwidth of a single VPN connection
- EAmazon Route 53 latency-based routing to automatically distribute the data transfer load across two Virtual Private Gateways
Answer
The correct configurations are a dedicated AWS Direct Connect connection and an AWS Transit Gateway integration using multiple Site-to-Site VPN connections with ECMP enabled.
The correct configurations are a dedicated AWS Direct Connect connection and an AWS Transit Gateway integration using multiple Site-to-Site VPN connections with ECMP enabled. A dedicated Direct Connect connection easily meets the requirement by establishing a private physical connection of up to or . Alternatively, by enabling Equal-Cost Multi-Path (ECMP) routing on AWS Transit Gateway, multiple Site-to-Site VPN tunnels can be aggregated to bypass the single-tunnel limit of , successfully scaling the throughput beyond .
Step-by-Step Solution
Key Concept
AWS network throughput scalability and limitations, specifically the limit per Site-to-Site VPN tunnel and the options to scale bandwidth using Direct Connect or Transit Gateway with ECMP.