This rule ensures Lambda functions limit public access for security
Rule | Lambda functions should restrict public access |
Framework | NIST 800-171 Revision 2 |
Severity | ✔ Critical |
Rule Description:
Lambda functions should have restricted public access in accordance with the compliance requirements outlined in NIST 800-171 Revision 2. This policy ensures that Lambda functions have the necessary security measures in place to protect sensitive data and adhere to the compliance standards.
Troubleshooting Steps:
If Lambda functions are found to have unrestricted public access, follow these troubleshooting steps:
Necessary Codes:
aws lambda list-functions
aws lambda get-function --function-name <function-name>
Remediation Steps:
To remediate the unrestricted public access for Lambda functions, follow these steps:
Remember to prioritize the security and compliance requirements defined in NIST 800-171 Revision 2 when implementing the necessary changes to the Lambda functions.