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?
Explanation:
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.