Hard1 markMultiple Choice
AWS SAP-C02 · Question 01 · Domain 1.1: Network Connectivity
An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing between all VPCs and their on-premises data center via a single AWS Direct Connect connection. Which architecture provides the MOST scalable solution?
An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing between all VPCs and their on-premises data center via a single AWS Direct Connect connection. Which architecture provides the MOST scalable solution?
Answer options:
A.
Create VPC peering connections between all 50 VPCs and use a VPN for on-premises.
B.
Use AWS Transit Gateway in each region, peer them, and connect the Direct Connect gateway to the Transit Gateways.
C.
Deploy a fleet of EC2 instances running strongSwan to act as a central hub.
D.
Connect all VPCs directly to the Direct Connect gateway using private virtual interfaces.
How to approach this question
Identify the need for transitive routing at scale, which points to Transit Gateway.
Full Answer
B.Use AWS Transit Gateway in each region, peer them, and connect the Direct Connect gateway to the Transit Gateways.✓ Correct
AWS Transit Gateway acts as a highly scalable hub for routing traffic between VPCs and on-premises networks.
Common mistakes
Selecting VPC peering, which lacks transitive routing capabilities.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1
75 questions · hints · full answers · grading
More questions from this exam
Q02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...HardQ06A development team wants to implement a CI/CD pipeline that deploys an application to Amazon ECS....Medium
Expert