Topic 1 Question 504
A company needs to connect several VPCs in the us-east-1 Region that span hundreds of AWS accounts. The company's networking team has its own AWS account to manage the cloud network.
What is the MOST operationally efficient solution to connect the VPCs?
Set up VPC peering connections between each VPC. Update each associated subnet’s route table
Configure a NAT gateway and an internet gateway in each VPC to connect each VPC through the internet
Create an AWS Transit Gateway in the networking team’s AWS account. Configure static routes from each VPC.
Deploy VPN gateways in each VPC. Create a transit VPC in the networking team’s AWS account to connect to each VPC.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
AWS Transit Gateway is a highly scalable and centralized hub for connecting multiple VPCs, on-premises networks, and remote networks. It simplifies network connectivity by providing a single entry point and reducing the number of connections required. In this scenario, deploying an AWS Transit Gateway in the networking team's AWS account allows for efficient management and control over the network connectivity across multiple VPCs.
👍 4LONGMEN2023/05/19 - 正解だと思う選択肢: C
I voted for c
👍 2nosense2023/05/19 A transit gateway is a network transit hub that you can use to interconnect your virtual private clouds (VPCs) and on-premises networks. As your cloud infrastructure expands globally, inter-Region peering connects transit gateways together using the AWS Global Infrastructure. Your data is automatically encrypted and never travels over the public internet.
👍 1MirKhobaeb2023/05/29
シャッフルモード