-
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
[ecs-patterns]: load balancer name of ApplicationLoadBalancerProps not working when creating ApplicationMultipleTargetGroupsEc2Service #23535
Comments
I'm not sure about this, but i found the issue in this snip code:
Line 596-695 in this file I think it should be
|
Yes this seems to be a bug. Are you interested to submit a PR for that? |
@pahud I want but i have no test environment and i have no idea how to verify it's works. @@ |
|
Describe the bug
I'm creating an ecs service with multiple target groups using ecs_pattern module.
Expected Behavior
The expected name of load balancer name should be "custom-alb-name"
Current Behavior
Load balancer name is auto-generated
Reproduction Steps
cdk deploy
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.54.0
Framework Version
No response
Node.js Version
v16.15.0
OS
Window
Language
Python
Language Version
python 3.11.1
Other information
No response
The text was updated successfully, but these errors were encountered: