A financial services firm needs to establish a dedicated, private network connection between its on-premises datacenter and multiple VPCs located in the and Regions. The connection must provide consistent network performance, low latency, and support a minimum data transfer rate of for real-time database replication. The solution must also scale to accommodate new VPCs in both Regions in the future.
Which combination of actions should a solutions architect take to meet these requirements? (Select TWO.)
- Establish a AWS Direct Connect connection and create a transit virtual interface (transit VIF) associated with a Direct Connect gateway.Answer
- Associate the Direct Connect gateway with an AWS Transit Gateway in each Region to route traffic to the local VPCs.Answer
- CDeploy a single AWS Site-to-Site VPN connection and configure static routing to achieve the throughput over the internet.
- DConfigure stateful Network Access Control Lists (NACLs) at the subnet level to dynamically allow the returning database replication traffic.
- EConfigure Amazon Route 53 with a latency routing policy to route the database replication traffic to the closest Region without setting up health checks.
Answer
Establishing a AWS Direct Connect connection with a transit virtual interface (transit VIF) associated with a Direct Connect gateway, and associating the Direct Connect gateway with an AWS Transit Gateway in each Region.
Establishing a AWS Direct Connect connection with a transit virtual interface (transit VIF) associated with a Direct Connect gateway provides the required dedicated private connection, high throughput, and consistent low latency. Associating the Direct Connect gateway with an AWS Transit Gateway in each Region enables highly scalable routing to multiple VPCs across different Regions, meeting the requirement to easily accommodate future VPCs.
Step-by-Step Solution
Key Concept
AWS Direct Connect combined with Direct Connect Gateway and AWS Transit Gateway provides high-performance, private, and highly scalable hybrid network architectures across multiple AWS Regions.
Estimated Time:2m 0s