
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is running several business applications in three separate VPCs within the us-east-1 Region. The applications must be able to communicate between VPCs. The applications also must be able to consistently send hundreds of gigabytes of data each day to a latency-sensitive application that runs in a single on-premises data center.
A solutions architect needs to design a network connectivity solution that maximizes cost-effectiveness.
Which solution meets these requirements?
A
Configure three AWS Site-to-Site VPN connections from the data center to AWS. Establish connectivity by configuring one VPN connection for each VPC.
B
Launch a third-party virtual network appliance in each VPC. Establish an IPsec VPN tunnel between the data center and each virtual appliance.
C
Set up three AWS Direct Connect connections from the data center to a Direct Connect gateway in us-east-1. Establish connectivity by configuring each VPC to use one of the Direct Connect connections.
D
Set up one AWS Direct Connect connection from the data center to AWS. Create a transit gateway, and attach each VPC to the transit gateway. Establish connectivity between the Direct Connect connection and the transit gateway.
Explanation:
Option D is the correct answer because it provides the most cost-effective solution that meets all requirements:
Single Direct Connect Connection: Using one Direct Connect connection is more cost-effective than three separate connections (Option C) or three VPN connections (Option A).
Transit Gateway Benefits:
Performance for Latency-Sensitive Applications:
Cost Optimization:
Option A: Three VPN connections would be expensive, have higher latency, and less consistent performance for latency-sensitive applications transferring large amounts of data.
Option B: Third-party virtual appliances add licensing costs, management overhead, and potential performance bottlenecks.
Option C: Three Direct Connect connections are unnecessarily expensive when a single connection with transit gateway can serve all VPCs.
This solution provides the best balance of performance, reliability, and cost-effectiveness for the given requirements.