
Answer-first summary for fast verification
Answer: Implement a second set of VPNs from an alternative customer gateway device for the Management VPC.
The correct option is C: Add a second set of VPNs to the Management VPC from a second customer gateway device. This solution provides redundancy at the customer gateway level, ensuring that if one customer gateway device fails, the other can take over, maintaining the VPN connection to the Management VPC. Options A and D only add redundancy between the Management and Production VPCs, but do not address the single points of failure in connecting the Management VPC to the on-premises data center. Option B does not apply because it's the virtual private gateway for the Production VPC, and adding another one to the Management VPC does not offer a solution to the given problem.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a setup with two VPCs, Management and Production, connected via a single VPN for the Management VPC and a virtual private gateway with dual AWS Direct Connect links for the Production VPC, what action should be taken to prevent a single point of failure in the architecture?
A
Establish additional VPN connections between the Management and Production VPCs.
B
Introduce a second virtual private gateway in the Management VPC.
C
Implement a second set of VPNs from an alternative customer gateway device for the Management VPC.
D
Create an additional VPC peering connection between the Management and Production VPCs.
No comments yet.