-
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
Target group configuration could include better validation #3703
Labels
@aws-cdk/aws-elasticloadbalancing
Related to Amazon Elastic Load Balancing
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Comments
markusl
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 19, 2019
rix0rrr
added
@aws-cdk/aws-elasticloadbalancing
Related to Amazon Elastic Load Balancing
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 28, 2019
rix0rrr
added
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
labels
Jan 23, 2020
mergify bot
pushed a commit
that referenced
this issue
Sep 10, 2020
…rget group (#3703) (#10205) Add the following Health Check validations for Network Target Group: - `healthyThresholdCount` and `unhealthyThresholdCount` must the same - `healthyThresholdCount` and `unhealthyThresholdCount` must be between 2 and 10 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Shouldn't this be closed now that #16107 has been merged? |
Thanks for noticing. I'll assume this has been implemented :) |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-elasticloadbalancing
Related to Amazon Elastic Load Balancing
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
🚀 Feature Request
General Information
If user accidentally writes the following code, it will be rejected when deploying:
Health check interval must be greater than the timeout. (Service: AmazonElasticLoadBalancingV2; Status Code: 400; Error Code: ValidationError; Request
Proposed Solution
This kind of validations could be done already in CDK to speed up the development cycle.
Environment
The text was updated successfully, but these errors were encountered: