-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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): Add the weighted_random load balancing algorithm #29969
(aws-elasticloadbalancingv2): Add the weighted_random load balancing algorithm #29969
Comments
Hi @gillesbergerp ,thanks for requesting this and submitting a PR.
|
Yes, that is correct. Given that the two other supported algorithms are supported properly (i.e., can be specified in the props when creating a target group), I believe that adding the remaining one is beneficial |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
In 2023, Automatic Target Weights (ATW), which includes anomaly detection and a load balancing algorithm called Weighted Random (per this announcement). This feature request is about adding support for specifying the
weighted_random
algorithm as well as enable anomaly mitigation.The CFN documentation can be found here.
Use Case
Enable CDK users to make use of the new routing strategy.
Proposed Solution
No response
Other Information
References:
Acknowledgements
CDK version used
2.139.0
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: