When configuring VPC integration for AWS Lambda, you can optionally specify __________ to control outbound internet access.
- Security Groups
- Subnet Route Tables
- VPC Endpoint Policies
- VPC Peering Connections
Security Groups can be specified when configuring VPC integration for AWS Lambda to control outbound internet access from the functions.
Loading...
Related Quiz
- How does AWS X-Ray help in identifying and troubleshooting performance bottlenecks?
- What strategies can be employed to manage dependencies efficiently and reduce cold start times?
- What is the maximum size limit for a Lambda Layer?
- What happens when multiple requests are received simultaneously by an AWS Lambda function?
- Scenario: You are building a data processing pipeline that requires real-time analysis of images uploaded to an S3 bucket. How would you configure AWS Lambda to trigger image processing functions in response to S3 upload events?