-
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: false warning about not being able to register listener on imported target group #31103
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p3
Comments
robert-hanuschke
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 14, 2024
github-actions
bot
added
the
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
label
Aug 14, 2024
ashishdhingra
added
needs-reproduction
This issue needs reproduction.
p3
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 14, 2024
Reproducible using customer provided code.
Warning is raised here in code. This needs to be revisited. |
ashishdhingra
added
effort/small
Small work item – less than a day of effort
and removed
needs-reproduction
This issue needs reproduction.
labels
Aug 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p3
Describe the bug
When importing an application load balancer and a target group from another stack and registering a new listener on it using addListener, there is a warning printed during
cdk deploy
stating that registering the listener is not possible.Deployment finishes successfully and the listener is registered on the load balancer pointing to the target group though.
Was there possibly a fix implemented but the warning not removed?
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
no warning after
cdk deploy
as task is executed contrary to what is statedCurrent Behavior
Reproduction Steps
ALB & target group stack:
Listener stack:
Stack instantiation in bin/, using albStackName as parameter for the listener stack so Fn.importValue works (make sure to fill in your region and account)
Possible Solution
Remove warning if no longer relevant
Additional Information/Context
No response
CDK CLI Version
2.151.0 (build b8289e2)
Framework Version
2.151.0
Node.js Version
v20.11.0
OS
macOS 14.5
Language
TypeScript
Language Version
TypeScript (5.5.4)
Other information
No response
The text was updated successfully, but these errors were encountered: