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

LoadBalancedFargateService: Add ability to specify Load Balancer and Listener name #2358

Closed
EduardTheThird opened this issue Apr 23, 2019 · 3 comments
Assignees
Labels
@aws-cdk/aws-ecs Related to Amazon Elastic Container @aws-cdk/aws-ecs-patterns Related to ecs-patterns library feature-request A feature should be added or improved.

Comments

@EduardTheThird
Copy link

EduardTheThird commented Apr 23, 2019

We are using LoadBalancedFargateService to generate some Fargate services.

Currently, the load balancer and listener name is read-only and cannot be changed.
We need to set the load balancer name to conform with company policies.

Having the ability to specify or change the names of both would be greatly appreciated! 🐱
Is there a workaround available for this?

Thanks!

@EduardTheThird EduardTheThird added the feature-request A feature should be added or improved. label Apr 23, 2019
@markusl
Copy link
Contributor

markusl commented Apr 28, 2019

Please check this if it helps: https://github.com/markusl/cdk-fargate-docker-starter/blob/master/lib/cdk-fargate-starter-docker-stack.ts

@SomayaB SomayaB added @aws-cdk/aws-ecs Related to Amazon Elastic Container @aws-cdk/aws-ecs-patterns Related to ecs-patterns library needs-triage This issue or PR still needs to be triaged. labels Sep 6, 2019
@rix0rrr rix0rrr removed the needs-triage This issue or PR still needs to be triaged. label Sep 9, 2019
@piradeepk
Copy link
Contributor

@EduardTheThird, sorry for the delayed response, The Application/Network LoadBalancedFargateService now support the ability to pass in your own loadbalancers. This should help to resolve your issue.

@piradeepk
Copy link
Contributor

Resolved as part of: #4213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ecs Related to Amazon Elastic Container @aws-cdk/aws-ecs-patterns Related to ecs-patterns library feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

5 participants