Coder Social home page Coder Social logo

Comments (5)

toshke avatar toshke commented on June 28, 2024

@ryvin I'm working on deploying the server as standalone EC2 Instance, rather than ASG (AutoScalingGroup). This will allow you to stop the server, and start it when you need, without the need to tear the whole stack down.

As for the IPs, you just may be right that some configuration files retain old ip configuration value. With that said, it is possible to reuse EIP created outside of the CloudFormation, if you generate your own templates and change external_eip to true here - https://github.com/toshke/big-blue-button-cloudformation-cfhl/blob/master/bbb.config.yaml#L19. Please read through Configuration section of README.md on how to build and publish your own templates. Once external_eip is set to true, you should get new cfn parameter ElasticIP, and reuse existing one.

I will keep you posted around the EC2 start/stop feature, as it much convenient as cost savings measure without rebuild the stack/or losing any data.

from big-blue-button-cloudformation-cfhl.

ryvin avatar ryvin commented on June 28, 2024

I like the ASG, is it possible to set the autoscaling group to desired number of servers to 0, then change back to 1 when you want to start up the service again without losing the data?

I'll look at building and publishing my own template and try the external_eip you mention.

from big-blue-button-cloudformation-cfhl.

toshke avatar toshke commented on June 28, 2024

@ryvin not really without data loss, unless you have created an AMI from your instance - it's not possible to set ASG size to 0. An EC2 module that is in works should fix this up, as you would be allowed to start/stop the instance itself as deemed appropriate.

from big-blue-button-cloudformation-cfhl.

toshke avatar toshke commented on June 28, 2024

@ryvin on rolling the solution out as EC2 only w/ASG - #13. I would say that you can scale this horizontally for a long time before vertical scaling is required, given the broad range of instance types available from amazon.

from big-blue-button-cloudformation-cfhl.

toshke avatar toshke commented on June 28, 2024

@ryvin #13 has been merged, and new templates include EC2 as deployment option. With EC2 you can start/stop instance as cost savings measure as you deem appropriate.

from big-blue-button-cloudformation-cfhl.

Related Issues (18)

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.