Giter VIP home page Giter VIP logo

Comments (2)

jpignata avatar jpignata commented on July 17, 2024

Hi there! Sorry my project is giving you trouble. A few things:

  • By default, lb create will create an Application Load Balancer (HTTP/HTTPS) for ports 443 or 80 and a Network Load Balancer (TCP) for anty other port. What's happening above is that it's creating a Network Load Balancer for port 8080 which can only be used for TCP services so you're getting that error trying to use it with an HTTP service. You can manually specify the type by using --port HTTP:8080 which will create an Application Load Balancer.
  • Application Load Balancers require two subnets. By default, the CLI will grab your default subnets and use them. I suspect you may only have one default subnet in your account. You can verify this in the console by checking the list of subnets and see which have the default flag. If I'm right, you can fix this in one of two ways:

In terms of launching across AZs, the CLI will launch across your default subnets by default. You can control which subnets it uses by passing --subnet-id to either task run or servcie create.

I hope that helps!

from fargatecli.

MedLexAI avatar MedLexAI commented on July 17, 2024

Thanks for the prompt response, I will test out your suggestions tomorrow and look forward to contributing feedback!

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.