-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Closed
Copy link
Labels
@aws-cdk/aws-elasticloadbalancingv2Related to Amazon Elastic Load Balancing V2Related to Amazon Elastic Load Balancing V2bugThis issue is a bug.This issue is a bug.
Description
Describe the bug
ApplicationLoadBalancer loadBalancer = ApplicationLoadBalancer.Builder.create(this, "ApplicationLoadBalancer")
.vpc(vpc)
.crossZoneEnabled(false) // BUG: This is not respected and cross zone is enabled
.desyncMitigationMode(DesyncMitigationMode.DEFENSIVE)
.internetFacing(true)
.build();Expected Behavior
I expect cross zone to be disabled or a warning why it was enabled
Current Behavior
Cross zone load balancer is not respected
Reproduction Steps
See source
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.134.0
Framework Version
2
Node.js Version
v21.7.1
OS
MacOS
Language
Java
Language Version
Java (17)
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-elasticloadbalancingv2Related to Amazon Elastic Load Balancing V2Related to Amazon Elastic Load Balancing V2bugThis issue is a bug.This issue is a bug.