Giter VIP home page Giter VIP logo

Comments (3)

iuriaranda avatar iuriaranda commented on September 26, 2024

Hi @luis-nagaki , I assume you are referring to the bluegreen module used in the examples folder.

That is used to setup an ECS cluster where Concourse will run and it allows you to toggle between a blue and green autoscaling groups, so you can rollout updates in a controlled way. In short, if you have blue running and you want to rollout an update on the ECS nodes, you would make the necessary modifications to the green part and enable that one (by setting appropriate values to the green_max_size, green_min_size and green_desired_capacity variables). After green has started correctly you disable blue by setting blue_max_size, blue_min_size and blue_desired_capacity to 0.

You can find more information on how the bluegreen module works by checking its documentation here.

In any case, that's just an example of how to create an ECS cluster, but you can deploy Concourse with this module in any ECS cluster that you have already running.

from terraform-concourse.

iuriaranda avatar iuriaranda commented on September 26, 2024

Closing due to lack of activity. Feel free to re-open it or open a new issue if the problem persists or you run into some other trouble.

from terraform-concourse.

paulmiller3000 avatar paulmiller3000 commented on September 26, 2024

@luis-nagaki Did you ever figure this one out? We've got everything working except that no instances get attached to the ELB.

from terraform-concourse.

Related Issues (4)

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.