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

feat(aws-elasticloadbalancing): add crossZone property #2787

Merged
merged 6 commits into from
Jun 12, 2019

Conversation

ScOut3R
Copy link
Contributor

@ScOut3R ScOut3R commented Jun 7, 2019

Ability to enable cross-zone load balancing for a Classic Load Balancer

closes #2786

Ability to enable cross-zone load balancing for a Classic Load Balancer

closes aws#2786
@ScOut3R ScOut3R requested a review from a team as a code owner June 7, 2019 12:10
Update integration test synth for aws-autoscaling

fixes aws#2786
Update integration test synth for aws-codedeploy

fixes aws#2786
*
* @default - false.
*/
readonly crossZone?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does true make more sense as a default value here? I would feel better with that as a default value, and it seems the ELB team agrees:

According to: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html

With the AWS Management Console, the option to enable cross-zone load balancing is selected by default.

Given that we kind of see the CDK as the "AWS console but without clicking", it makes sense to me that the recommended defaults would be the same between console and CDK.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rix0rrr good suggestion! I was just merely following the CloudFormation documentation.

I've updated my PR based on your recommendation. Let me know what you think.

ScOut3R and others added 2 commits June 12, 2019 10:17
enable cross-zone load balancing by default to comply with AWS Console behaviour
@rix0rrr rix0rrr merged commit 192bab7 into aws:master Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to enable cross-zone load balancing for Classic Load Balancer
2 participants