prowler-cloud / prowler

Prowler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, Well-Architected Security, ENS and more
https://prowler.com
Apache License 2.0
10.53k stars 1.51k forks source link

feat(awslambda): add new check `awslambda_function_vpc_is_in_multi_azs` #4816

Open puchy22 opened 3 weeks ago

puchy22 commented 3 weeks ago

Context

New check that ensures AWS Lambda functions connected to a Virtual Private Cloud (VPC) are distributed across multiple Availability Zones (AZs). This is crucial for maintaining high availability and resilience, as deploying Lambda functions in a single AZ can lead to a single point of failure, potentially disrupting operations if that AZ becomes unavailable.

Description

Checklist

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.19%. Comparing base (b7e2034) to head (9e18c38). Report is 14 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4816 +/- ## ========================================== - Coverage 89.20% 89.19% -0.02% ========================================== Files 933 934 +1 Lines 28567 28594 +27 ========================================== + Hits 25483 25504 +21 - Misses 3084 3090 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 weeks ago

You can check the documentation for this PR here -> Prowler Documentation

github-actions[bot] commented 2 weeks ago

You can check the documentation for this PR here -> Prowler Documentation

github-actions[bot] commented 2 weeks ago

You can check the documentation for this PR here -> Prowler Documentation

github-actions[bot] commented 2 weeks ago

You can check the documentation for this PR here -> Prowler Documentation

github-actions[bot] commented 1 day ago

You can check the documentation for this PR here -> Prowler Documentation

github-actions[bot] commented 1 day ago

You can check the documentation for this PR here -> Prowler Documentation