Can Lambda@Edge functions access resources in a VPC?
- Limited access, requiring special permissions
- No, Lambda@Edge functions cannot access resources in a VPC
- Partial access, depending on VPC configuration
- Yes, Lambda@Edge functions have full access to resources in a VPC
Lambda@Edge functions execute at edge locations and do not have access to resources within a VPC due to the distributed nature of edge computing.
Loading...
Related Quiz
- Custom event sources enable AWS Lambda functions to respond to __________.
- Lambda Layers can be managed and versioned using __________ for better control and tracking.
- __________ can be used in AWS Lambda functions to catch and handle specific types of errors.
- Custom runtimes allow developers to use __________ languages or language versions in AWS Lambda.
- What are some considerations for optimizing memory allocation in AWS Lambda?