Which solution connects two cross-Region VPCs and on-premises most cost-effectively?
A company runs applications in two VPCs that are in separate AWS Regions. One VPC is in the us-east-1 Region. The second VPC is in the us-west-1 Region. The company needs to establish connectivity between the two VPCs. The company also needs to connect the VPCs to applications that run in an on-premises data center. The current traffic requirement between the VPCs is 50 ТВ per month. The company expects traffic volume between the VPCs to increase. The traffic requirement from the VPCs to the on-premises data center is 10 ТВ per month. The company expects the traffic between the VPCs and the data center to remain constant. Which solution will meet these requirements MOST cost-effectively?
Community Votes
62% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question really tests whether you can distinguish between scalability-driven architectures (Transit Gateway) and cost-driven architectures (VPC peering) for a simple two-VPC scenario, while recognizing that Site-to-Site VPN is the standard, cost-effective way to reach on-premises.
This question tests the most cost-effective way to interconnect two VPCs in different AWS Regions and an on-premises data center, weighing Transit Gateway peering against VPC peering plus Site-to-Site VPN. Community consensus favors VPC peering for the inter-Region link because it avoids the hourly and data processing charges of Transit Gateway when only two VPCs are involved.
Many candidates choose option A (Transit Gateway in each Region with TGW peering) because the prompt mentions that inter-VPC traffic will increase, which sounds like a scalability cue. However, Transit Gateway adds a fixed hourly charge per attachment plus data processing fees, making it more expensive than VPC peering when only two VPCs need to communicate.
Community Discussion (8 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Correct Answer: C
Option C is the most cost-effective solution that satisfies all requirements:
- Site-to-Site VPN from the on-premises firewall to a Virtual Private Gateway (VGW) in each Region provides the required connectivity to the on-premises data center. The 10 TB/month on-premises traffic is constant and easily handled by standard VPN throughput.
- Inter-Region VPC peering directly connects the two VPCs without introducing any hourly infrastructure charges. AWS supports VPC peering across Regions, and the data transfer cost per GB for inter-Region VPC peering is lower than the combined Transit Gateway attachment hourly fee + TGW data processing fee + TGW peering data transfer fee.
Why Option A Is Wrong (Popular Distractor)
Option A uses Transit Gateway in each Region with TGW peering. While Transit Gateway is the right architectural choice when you have many VPCs or need a hub-and-spoke topology, it is overkill here:
- You pay an hourly charge per TGW attachment (two per Region: one for the VPC, one for the VPN).
- You pay data processing charges on every GB that transits the TGW.
- Inter-Region TGW peering adds yet another attachment charge and its own data transfer rate, which is typically higher than inter-Region VPC peering.
Why Option B Is Wrong
Option B routes inter-VPC traffic through the on-premises firewall. This is technically possible but:
- It sends cross-Region VPC-to-VPC traffic out to on-premises and back, adding latency and egress costs.
- It creates a single point of failure and unnecessarily burdens the on-premises firewall.
- It is neither cost-effective nor architecturally sound.
Why Option D Is Wrong
Option D suggests a VPN connection between the two Virtual Private Gateways. AWS does not support a direct Site-to-Site VPN between two VGWs — VGWs terminate VPNs from on-premises or from another AWS network appliance, not from each other. This option is technically invalid.
Community Insight
As several candidates noted (see comments [3], [4], [6]), inter-Region VPC peering data transfer fees are lower than TGW peering fees, and TGW adds hourly base costs that are unjustified for only two VPCs. Comment [7] correctly points out that the scenario describes exactly two VPCs with no indication of future VPC expansion, so peering is sufficient.
Official Reference
Exam Strategy
When an AWS question emphasizes 'MOST cost-effectively' and describes only two VPCs, default to VPC peering rather than Transit Gateway. Reserve Transit Gateway answers for scenarios that explicitly mention multiple VPCs, a hub-and-spoke model, or centralized routing requirements.
Related Analysis
Practice All ANS-C01 Questions
Access 137 questions with complete answers and detailed explanations.
View Full ANS-C01 Practice Test →