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(elb): add new check `elb_cross_zone_load_balancing_enabled` #4818

Closed puchy22 closed 2 weeks ago

puchy22 commented 3 weeks ago

Context

This PR introduces a new check for ensuring that Cross-Zone Load Balancing is enabled for Classic Load Balancers (CLBs) in AWS environments. Cross-Zone Load Balancing is essential for maintaining fault tolerance and evenly distributing traffic across all registered instances in different Availability Zones (AZs). Without this feature, traffic might be unevenly distributed, leading to performance degradation and potential application downtime.

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.15%. Comparing base (a557d62) to head (078ab6e). Report is 26 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4818 +/- ## ========================================== + Coverage 89.05% 89.15% +0.09% ========================================== Files 926 930 +4 Lines 28363 28484 +121 ========================================== + Hits 25258 25394 +136 + Misses 3105 3090 -15 ```

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