-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws_elasticloadbalancingv2: Incorrect statement that NLB health check healthy/unhealthy counts need to be the same #32365
Comments
Hi @vcschapp , thanks for reporting this. I see that on the AWS Docs page, both the range is mentioned as 2-10 while the defaults differ in case of both and the same is mentioned in Cloudformation docs as well -https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount So it might be misleading to write such statement in CDK doc and should be corrected - aws-cdk/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-target-group.ts Line 136 in a95560c
|
…dCount (#32387) ### Issue # (if applicable) Closes #32365 . ### Reason for this change There is no mention of `unHealthyThresholdCount` being the same with `healthyThresholdCount` in case of NLB in ELBV2 as stated in given docs - - cloudformation docs - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount - AWS Docs -https://docs.aws.amazon.com/elasticloadbalancing/latest/network/target-group-health-checks.html ### Description of changes removed the in-line comment ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues and PRs are hard for our team to see. |
Describe the issue
The documentation for the
unhealthyThresholdCount
member of the ELBv2HealthCheck
interface says that for NLBs the unhealthy threshold count must be the same as the healthy threshold count:This does not appear to be accurate.
AWS::ElasticLoadBalancingV2::TargetGroup
or any of its member attributes.Links
CDK Version
Last checked in documentation for
v2.170.0
.The text was updated successfully, but these errors were encountered: