Lambda VPC Access Quiz

5 questions Pass: 70% +25 pts

Quiz covering Lambda Development

Lambda VPC Access Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    When a Lambda function is configured to run inside a VPC, what is the minimum requirement for the function to access resources on the public internet?

  2. 2

    Which AWS managed policy must be attached to the Lambda execution role to allow the function to create and manage Elastic Network Interfaces (ENIs) for VPC connectivity?

  3. 3

    Why might a Lambda function experience increased cold start times when configured to connect to a VPC?

  4. 4

    You have a Lambda function in a private subnet that needs to access an S3 bucket. What is the most secure and efficient way to achieve this without using a NAT Gateway?

  5. 5

    Consider a Lambda function configured with a VPC. If the function is assigned to three private subnets across three different Availability Zones, how does Lambda determine which subnet to use for the ENI?