
Answer-first summary for fast verification
Answer: Establish a VPC peering connection between VPC-A and VPC-B.
The correct answer is A: 'Establish a VPC peering connection between VPC-A and VPC-B.' This solution provides a direct network route between the two VPCs, ensuring secure access without going over the public internet. VPC peering has no single point of failure as it is fully redundant by design, and it does not have inherent bandwidth constraints. Other options either introduce single points of failure or are not suited for the requirements stated.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An EC2 instance in VPC-A requires secure file access to another EC2 instance in VPC-B, across different AWS accounts. The solution must ensure no single point of failure and address bandwidth concerns. Which connectivity option is appropriate?
A
Establish a VPC peering connection between VPC-A and VPC-B.
B
Configure VPC gateway endpoints for the EC2 instance in VPC-B.
C
Integrate a virtual private gateway with VPC-B and establish routing from VPC-A.
D
Deploy a private virtual interface for the EC2 instance in VPC-B and configure routes from VPC-A.
No comments yet.