Plugin Title | Lambda VPC Config |
Cloud | AWS |
Category | Lambda |
Description | Ensures Lambda functions are created in a VPC. |
More Info | Lambda functions should be created in an AWS VPC to avoid exposure to the Internet and to enable communication with VPC resources through NACLs and security groups. |
AWS Link | https://docs.aws.amazon.com/lambda/latest/dg/vpc.html |
Recommended Action | Update the Lambda function with a VPC configuration. |