-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support ALB weighted target groups #10942
Comments
Would this include support for the new conditions available on ALBs? |
@kazeshini178 what do you mean by that? I think this is referring to https://aws.amazon.com/blogs/aws/new-application-load-balancer-simplifies-deployment-with-weighted-target-groups/ so it would add weighting to the target groups for listeners and listener rules and also the option for target group stickiness. |
@kazeshini178 The new conditions you are looking for may be addressed by #8126. |
@ewbankkit Correct, was wondering if that was bundled as part of this request as that thread seems to have gone silent, though I only noticed now that the pull request for it is still active. |
@ewbankkit @dpiddockcmp I don't think ask for weighted target groups is implemented through #8126 |
@srikanth787 is right, neither #8126 or #8268 include features requested above, which would be awesome 🙏 |
Hello, I plan on using this feature soon on a project, is there an estimated time it will be available? |
Without support of group stickiness in ALB rules CodeDeploy fails with an error:
|
Must be added to the documentation but I think is expected. |
Any ideas on how to fix this? Moving back to 0.12.19 yields same results. |
For now I'm using a provisioner for this: https://gist.github.com/lucjross/e1a369a68103d198cb576af866c81b50 |
Please try this #12574 implementation and vote 👍 in the PR. Hope everything goes OK and is merged soon. |
This has been released in version 2.65.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Application Load Balancers now support weighted target groups routing.
New or Affected Resource(s)
aws_lb_listener
aws_lb_listener_rule
Potential Terraform Configuration
References
Announcement.
Blog post.
Related:
Requires:
The text was updated successfully, but these errors were encountered: