Topic 1 Question 448
A company has two VPCs named Management and Production. The Management VPC uses VPNs through a customer gateway to connect to a single device in the data center. The Production VPC uses a virtual private gateway with two attached AWS Direct Connect connections. The Management and Production VPCs both use a single VPC peering connection to allow communication between the applications.
What should a solutions architect do to mitigate any single point of failure in this architecture?
Add a set of VPNs between the Management and Production VPCs.
Add a second virtual private gateway and attach it to the Management VPC.
Add a second set of VPNs to the Management VPC from a second customer gateway device.
Add a second VPC peering connection between the Management VPC and the Production VPC.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: C
Redundant VPN connections: Instead of relying on a single device in the data center, the Management VPC should have redundant VPN connections established through multiple customer gateways. This will ensure high availability and fault tolerance in case one of the VPN connections or customer gateways fails.
👍 3Efren2023/05/17 - 正解だと思う選択肢: C
option D is not a valid solution for mitigating single points of failure in the architecture. I apologize for the confusion caused by the incorrect information.
To mitigate single points of failure in the architecture, you can consider implementing option C: adding a second set of VPNs to the Management VPC from a second customer gateway device. This will introduce redundancy at the VPN connection level for the Management VPC, ensuring that if one customer gateway or VPN connection fails, the other connection can still provide connectivity to the data center.
👍 2LONGMEN2023/05/18 - 正解だと思う選択肢: C👍 1nosense2023/05/17
シャッフルモード