Ensure Lambda functions restrict public access to enhance security measures.
Rule | Lambda functions should restrict public access |
Framework | FedRAMP Low Revision 4 |
Severity | ✔ Critical |
Rule Description
This rule enforces that Lambda functions within an AWS environment should have restricted public access as per the FedRAMP Low Revision 4 requirements. The goal is to prevent unauthorized access to sensitive information or resources hosted within Lambda functions.
Policy Details
To adhere to the FedRAMP Low Revision 4 guidelines, Lambda functions should not be publicly accessible from the internet. Public access increases the risk of unauthorized access, potential data breaches, and compromises overall security. Restricting public access ensures that only authorized internal resources or entities can interact with Lambda functions.
Troubleshooting Steps
If Lambda functions are publicly accessible, perform the following steps to troubleshoot and rectify the issue:
Implementation Guide
Follow these steps to ensure that Lambda functions within your AWS environment adhere to the policy of restricting public access for FedRAMP Low Revision 4:
aws lambda list-functions
Considerations