Giter VIP home page Giter VIP logo

Comments (4)

jpignata avatar jpignata commented on July 17, 2024

Looks like you've found a bug. There's a bit of awkwardness with the order of creation and deletion of load balancers and services, and it looks like I blew it in this scenario. 🤬

To delete the vestigial target group, you can run:

aws elbv2 delete-target-group --target-group-arn `aws elbv2 describe-target-groups --names testapp-default --query TargetGroups[].TargetGroupArn --output text`

This command will find the ARN of the errant target group and delete it.

The scenario you pose above is really my target use case. A 1:1 mapping is not required. It's just a matter of creating a load balancer listening on HTTPS and a service listening on port 8080. Let me know if I can help you further get this running! I'm leaving this issue open to investigate this target group business, and I suspect it's related to #9.

from fargatecli.

MedLexAI avatar MedLexAI commented on July 17, 2024

Hey that did the trick, thanks! Everything is running perfectly now, your project is extremely helpful!

from fargatecli.

jpignata avatar jpignata commented on July 17, 2024

Root cause: Destroy needs to delete all load balancer listeners before destroying the target group.

from fargatecli.

arvinep avatar arvinep commented on July 17, 2024

Is this bug somehow scheduled to get fixed in any release? In which release we can expect the fix?

from fargatecli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.