Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to enable cross-zone load balancing for Classic Load Balancer #2786

Closed
ScOut3R opened this issue Jun 7, 2019 · 0 comments · Fixed by #2787 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Labels
feature-request A feature should be added or improved.

Comments

@ScOut3R
Copy link
Contributor

ScOut3R commented Jun 7, 2019

Extend the LoadBalancerProps with an optional property to control whether cross-zone load balancing is enabled.

@ScOut3R ScOut3R added the feature-request A feature should be added or improved. label Jun 7, 2019
ScOut3R added a commit to ScOut3R/aws-cdk that referenced this issue Jun 7, 2019
Ability to enable cross-zone load balancing for a Classic Load Balancer

closes aws#2786
ScOut3R added a commit to ScOut3R/aws-cdk that referenced this issue Jun 7, 2019
ScOut3R added a commit to ScOut3R/aws-cdk that referenced this issue Jun 7, 2019
Update integration test synth for aws-autoscaling

fixes aws#2786
ScOut3R added a commit to ScOut3R/aws-cdk that referenced this issue Jun 7, 2019
Update integration test synth for aws-codedeploy

fixes aws#2786
ScOut3R added a commit to ScOut3R/aws-cdk that referenced this issue Jun 12, 2019
enable cross-zone load balancing by default to comply with AWS Console behaviour
rix0rrr pushed a commit that referenced this issue Jun 12, 2019
Defaults to cross-zone load balancing for a Classic Load Balancer by default, can be switched
off using 'crossZone' property.

Closes #2786.
This was referenced Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment