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

NLB Stickiness conflicts between UDP & TCP #14556

Closed
sce81 opened this issue Aug 11, 2020 · 2 comments
Closed

NLB Stickiness conflicts between UDP & TCP #14556

sce81 opened this issue Aug 11, 2020 · 2 comments
Labels
service/elbv2 Issues and PRs that pertain to the elbv2 service.
Milestone

Comments

@sce81
Copy link

sce81 commented Aug 11, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform AWS Provider Version

0.12.28
AWS 3.0.0

Affected Resource(s)

aws_lb_target_group

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp

required to be present when using a TCP listener, required to be absent when using a UDP listener.

stickiness {
enabled = false
type = "lb_cookie"
}

Debug Output

Panic Output

Expected Behavior

should be able to add a TCP and UDP listener to an NLB using a count function.

Actual Behavior

presence of stickiness block is incompatible between TCP and UDP

either.
Error: Network Load Balancers do not support Stickiness

or

Error: Error modifying Target Group Attributes: InvalidConfigurationRequest: The provided target group attribute is not supported

Steps to Reproduce

add or remove stickiness block with TCP or UDP protocol

  1. terraform apply

Important Factoids

References

  • #0000
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Aug 11, 2020
@YakDriver YakDriver added service/elbv2 Issues and PRs that pertain to the elbv2 service. and removed needs-triage Waiting for first response or review from a maintainer. labels Oct 13, 2020
@YakDriver YakDriver added this to the v3.10.0 milestone Oct 13, 2020
@YakDriver
Copy link
Member

Thank you for bringing this to our attention. I'm closing this since a fix was released in v3.10.0 (#15295). If you continue to have issues, please let us know by opening a new issue.

@ghost
Copy link

ghost commented Nov 12, 2020

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!

@ghost ghost locked as resolved and limited conversation to collaborators Nov 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/elbv2 Issues and PRs that pertain to the elbv2 service.
Projects
None yet
Development

No branches or pull requests

2 participants