AWS Certified Developer – Associate (DVA-C02) — Question 520

A developer is creating an AWS Lambda function that needs network access to private resources in a VPC.

Which solution will provide this access with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Connecting an AWS Lambda function to private subnets in a VPC and utilizing security groups is the standard, native method to access internal VPC resources with the least administrative effort. Other options, such as setting up a VPN connection or configuring unnecessary AWS PrivateLink endpoints, add significant architectural complexity, cost, and operational overhead. This native integration securely manages the network interfaces required for the Lambda function to communicate within the private subnets.