Giter VIP home page Giter VIP logo

Comments (4)

SooLee avatar SooLee commented on July 17, 2024

Hi Roi Shillo,

You can specify security group / subnet by adding 'security_group' : <security group id> and 'subnet' : <subnet id> in the config (you can use one or both of these to specify VPC. If you don't have default VPC, you'd have to specify subnet.). It's not in the documentation yet. I will try to update it soon.

Tibanna doesn't require scaling up and down. It launches an independent EC2 instance for each job with its own instance type / EBS rather than using an autoscaling feature. To use it in a large scale project, it may be helpful to request AWS for EC2 limit increase to be able to run more instances simultaneously.

from tibanna.

roishillo avatar roishillo commented on July 17, 2024

from tibanna.

freezecoder avatar freezecoder commented on July 17, 2024

Hi All,

I encountered this exact issue when trying to set up Tibanna for the first time. Before trying to supply a subnet all my 'hello world' workflows were failing and I traced it back to it unable to start an instance due to requirement for VPC info. This only happens in aws with newer instance types like c4,m5, which is probably a default for Tibanna. When I set the instance type to something like "m1.large"

"instance_type": "m1.large",

It started working and tibanna was running the workflow as expected.

Just for kicks I tried the suggestion above and I entered an existing subnet ID created from aws VPC and then it worked without needing to change the instance type.

from tibanna.

SooLee avatar SooLee commented on July 17, 2024

@freezecoder Thanks! Good to know.

from tibanna.

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.