nerdexam
Amazon

ANS-C01 · Question #252

A retail company is migrating its on-premises application to the AWS Cloud. Currently, the company has two on-premises data center locations. One data center is on the east coast of the United…

The correct answer is C. Provision two AWS Direct Connect connections from two Direct Connect locations that serve us- D. Provision one transit gateway VPN attachment for each data center to build connectivity between. To establish secure hybrid connectivity from two on-premises data centers to multiple VPCs across two AWS Regions, both AWS Direct Connect and AWS Site-to-Site VPN via a Transit Gateway are suitable options.

Submitted by paula_co· Mar 6, 2026Network Design

Question

A retail company is migrating its on-premises application to the AWS Cloud. Currently, the company has two on-premises data center locations. One data center is on the east coast of the United States, and one data center is on the west coast. Each data center hosts four database systems. The largest database system stores 500 GB of data. The data centers are interconnected by two 10 GbE circuits for data synchronization. Each data center has two separate 1 GbE upstream internet connections. The company plans to have eight total VPCs to service its multiple business units. Four VPCs will be in the us-east-1 Region, and four will be in the us-west-2 Region. A network engineer needs to design a connectivity solution that allows VPC-to-VPC connectivity. The solution must also allow secure connections between the on-premises data centers and AWS during the migration process. The company expects spikes in traffic among the VPCs during database synchronization. The company wants to run the migration plan during one weekend and as soon as technically possible. The company also wants to minimize long-term operational and human resources costs. Which combination of steps will meet these requirements? (Choose two.)

Options

  • ADeploy one transit gateway and attach all VPCs to it. Update the transit gateway and VPC route
  • BConfigure VPC peering between all the VPCs. Update the VPC route tables to allow connectivity.
  • CProvision two AWS Direct Connect connections from two Direct Connect locations that serve us-
  • DProvision one transit gateway VPN attachment for each data center to build connectivity between
  • EProvision one AWS Site-to-Site VPN connection for each data center and for each VPC to build

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    29% (10)
  • C
    49% (17)
  • E
    14% (5)

Why each option

To establish secure hybrid connectivity from two on-premises data centers to multiple VPCs across two AWS Regions, both AWS Direct Connect and AWS Site-to-Site VPN via a Transit Gateway are suitable options.

ADeploy one transit gateway and attach all VPCs to it. Update the transit gateway and VPC route

While deploying a Transit Gateway and attaching all VPCs provides scalable VPC-to-VPC connectivity, this option does not directly address the requirement for secure connectivity from on-premises data centers to AWS.

BConfigure VPC peering between all the VPCs. Update the VPC route tables to allow connectivity.

VPC peering is not scalable for 8 VPCs across two regions due to its mesh-like nature and lack of transitive routing, which would require a complex setup for full VPC-to-VPC connectivity.

CProvision two AWS Direct Connect connections from two Direct Connect locations that serve us-Correct

AWS Direct Connect provides a dedicated, private network connection from on-premises data centers to AWS, offering higher bandwidth and lower latency than internet-based VPN connections, which is suitable for secure and high-volume data transfer.

DProvision one transit gateway VPN attachment for each data center to build connectivity betweenCorrect

Provisioning a Transit Gateway VPN attachment for each data center creates secure, encrypted Site-to-Site VPN tunnels over the public internet, allowing the on-premises networks to centrally connect to all attached VPCs and providing a scalable hub-and-spoke model.

EProvision one AWS Site-to-Site VPN connection for each data center and for each VPC to build

Provisioning an AWS Site-to-Site VPN for *each* data center *and* for *each* VPC would result in a complex, unmanageable, and non-scalable mesh of VPN connections, rather than leveraging a centralized hub.

Concept tested: On-premises to AWS Hybrid Connectivity Solutions

Source: https://docs.aws.amazon.com/whitepapers/latest/aws-hybrid-cloud-connectivity/aws-direct-connect.html

Community Discussion

No community discussion yet for this question.

Full ANS-C01 Practice