awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.58k stars 851 forks source link

Serverless best practice - LambdaInsideVpc #392

Open dhoulker opened 1 year ago

dhoulker commented 1 year ago

Hello,

We've recently started using this:

https://github.com/awslabs/aws-config-rules/blob/master/aws-config-conformance-packs/Operational-Best-Practices-for-Serverless.yaml

It's really helped us improve our serverless stack, but we also have a question.

As we understand it, Lambda functions run in a VPC by default, the VPC owned by the Lambda service.

So adding Lambdas to a VPC is not a Lambda security requirement

There are only a couple reasons you'd want to add the extra complexity of running a Lambda in your own VPC:

If the above is correct, why is LambdaInsideVpc in the Operational Best Practices for Serverless ruleset?

Many thanks!