
Answer-first summary for fast verification
Answer: Set up two AWS Direct Connect connections from the company headquarters to one AWS Region. Direct traffic from the company WAN through one of these connections. Utilize a Direct Connect Gateway to access data in other AWS Regions.
The correct answer is D. Using two AWS Direct Connect connections provides redundancy and ensures high availability. By utilizing a Direct Connect Gateway, you can effectively share these connections with other AWS Regions, ensuring cost-effectiveness by reducing the number of Direct Connect links needed. Unlike inter-region VPC peering or a transit VPC solution, a Direct Connect Gateway simplifies management and meets the requirement of not traversing the public internet. This approach also aligns with the security team's mandate and provides a scalable solution that supports the company's global WAN access requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A solutions architect needs to design a highly available and cost-effective solution to store a company's critical data across multiple AWS Regions, including the US, where the headquarters is located. The solution must allow access to this data via the company's global WAN network, with the stipulation that no traffic should use the public internet. How should the architect achieve this?
A
Set up AWS Direct Connect connections from the company headquarters to each AWS Region. Route traffic from the company WAN through the headquarters to the appropriate Direct Connect connection to access the data.
B
Create two AWS Direct Connect connections from the company headquarters to one AWS Region. Direct traffic from the company WAN through one of these connections. Use inter-region VPC peering to access data in other AWS Regions.
C
Establish two AWS Direct Connect connections from the company headquarters to one AWS Region. Route traffic from the company WAN through one of these connections. Employ an AWS transit VPC solution to access data in other AWS Regions.
D
Set up two AWS Direct Connect connections from the company headquarters to one AWS Region. Direct traffic from the company WAN through one of these connections. Utilize a Direct Connect Gateway to access data in other AWS Regions.