SAA-C03 · Question #606
A company hosts its core network services, including directory services and DNS, in its on- premises data center. The data center is connected to the AWS Cloud using AWS Direct Connect (DX). Additiona
The correct answer is D. Configure AWS Transit Gateway between the accounts. Assign DX to the transit gateway and. To provide multiple AWS accounts with quick, cost-effective, and consistent access to on-premises network services over Direct Connect, implementing AWS Transit Gateway is the ideal solution for least operational overhead.
Question
A company hosts its core network services, including directory services and DNS, in its on- premises data center. The data center is connected to the AWS Cloud using AWS Direct Connect (DX). Additional AWS accounts are planned that will require quick, cost-effective, and consistent access to these network services. What should a solutions architect implement to meet these requirements with the LEAST amount of operational overhead?
Options
- ACreate a DX connection in each new account. Route the network traffic to the on-premises
- BConfigure VPC endpoints in the DX VPC for all required services. Route the network traffic to the
- CCreate a VPN connection between each new account and the DX VPRoute the network traffic to
- DConfigure AWS Transit Gateway between the accounts. Assign DX to the transit gateway and
How the community answered
(30 responses)- A17% (5)
- B3% (1)
- C7% (2)
- D73% (22)
Why each option
To provide multiple AWS accounts with quick, cost-effective, and consistent access to on-premises network services over Direct Connect, implementing AWS Transit Gateway is the ideal solution for least operational overhead.
Creating a separate Direct Connect connection for each new account would be prohibitively expensive, complex to manage, and result in very high operational overhead, directly contradicting the requirements.
VPC endpoints are used to privately access AWS services (like S3, DynamoDB) from within a VPC without traversing the internet. They are not used to route traffic from AWS accounts to on-premises network services via Direct Connect.
Creating individual VPN connections between each new account and a central DX VPC would increase complexity, potentially add latency, and incur more management overhead than a centralized Transit Gateway solution, which is designed for this multi-account connectivity pattern.
AWS Transit Gateway is purpose-built to act as a central hub for connecting multiple VPCs across different AWS accounts and on-premises networks via AWS Direct Connect or VPN. By attaching the Direct Connect gateway to the Transit Gateway, all connected AWS accounts can consistently and cost-effectively route traffic to the on-premises core network services through a single, managed connection point, significantly reducing operational overhead compared to managing individual network connections for each account.
Concept tested: Centralized network connectivity for multi-account AWS environments with Direct Connect
Source: https://docs.aws.amazon.com/vpc/latest/tgw/what-is-transit-gateway.html
Community Discussion
No community discussion yet for this question.