You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info: The Elastic�Load�Balancer does not have cross-zone load balancing enabled - (Control IDs: 164.308(a)(7)(i), 164.308(a)(7)(ii)(C))
Given Reason: Enable cross-zone load balancing for your Elastic Load Balancers (ELBs) to help maintain adequate capacity and availability. The cross-zone load balancing reduces the need to maintain equivalent numbers of instances in each enabled availability zone. It also improves your application's ability to handle the loss of one or more instances.
Acceptance Criteria
If the rule can be implemented
Given a CDK app with a non-compliant resource
When HIPAA Security Pack is enabled
Then the CDK stack does not deploy and the user receives an ERROR with relevant Control ID information about the non compliant resource
Given a CDK app with a compliant resource
When HIPAA Security Pack is enabled
Then the CDK stack deploys and the user does not receive an ERROR about the compliant resource
Given the cdk-nag RULES file
When the HIPAA.Security-ELBCrossZoneLoadBalancingEnabled rule is added to the rule pack
Then the HIPAA Security Errors section is updated with the rule information
If the rule cannot be implemented
Given the cdk-nag RULES file
When the elb-cross-zone-load-balancing-enabled check is not added to the rule pack
Then the HIPAA Security Excluded Rules section is updated with the check information
The text was updated successfully, but these errors were encountered:
Closes#158Closes#159Closes#253Closes#254Closes#255Closes#256Closes#257Closes#258
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Summary
As a developer
I would like to implement the elb-cross-zone-load-balancing-enabled config rule
So that I can check if qualified resources in my CDK app conforms to the following HIPAA Security control(s): 164.308(a)(7)(i), 164.308(a)(7)(ii)(C)
Details
ruleId:
HIPAA.Security-ELBCrossZoneLoadBalancingEnabled
info: The Elastic�Load�Balancer does not have cross-zone load balancing enabled - (Control IDs: 164.308(a)(7)(i), 164.308(a)(7)(ii)(C))
Given Reason: Enable cross-zone load balancing for your Elastic Load Balancers (ELBs) to help maintain adequate capacity and availability. The cross-zone load balancing reduces the need to maintain equivalent numbers of instances in each enabled availability zone. It also improves your application's ability to handle the loss of one or more instances.
Acceptance Criteria
If the rule can be implemented
Given a CDK app with a non-compliant resource
ERROR
with relevant Control ID information about the non compliant resourceGiven a CDK app with a compliant resource
ERROR
about the compliant resourceGiven the
cdk-nag
RULES fileHIPAA.Security-ELBCrossZoneLoadBalancingEnabled
rule is added to the rule packErrors
section is updated with the rule informationIf the rule cannot be implemented
Given the
cdk-nag
RULES fileelb-cross-zone-load-balancing-enabled
check is not added to the rule packExcluded Rules
section is updated with the check informationThe text was updated successfully, but these errors were encountered: