eb_deployer | AWS Elastic Beanstalk blue-green deployment automation | Continuous Deployment library

 by   ThoughtWorksStudios Ruby Version: Current License: MIT

kandi X-RAY | eb_deployer Summary

kandi X-RAY | eb_deployer Summary

eb_deployer is a Ruby library typically used in Devops, Continuous Deployment, Docker applications. eb_deployer has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              eb_deployer has a low active ecosystem.
              It has 404 star(s) with 97 fork(s). There are 31 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 25 open issues and 48 have been closed. On average issues are closed in 46 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of eb_deployer is current.

            kandi-Quality Quality

              eb_deployer has 0 bugs and 0 code smells.

            kandi-Security Security

              eb_deployer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              eb_deployer code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              eb_deployer is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              eb_deployer releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.
              eb_deployer saves you 1569 person hours of effort in developing the same functionality from scratch.
              It has 3490 lines of code, 373 functions and 97 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of eb_deployer
            Get all kandi verified functions for this library.

            eb_deployer Key Features

            No Key Features are available at this moment for eb_deployer.

            eb_deployer Examples and Code Snippets

            No Code Snippets are available at this moment for eb_deployer.

            Community Discussions

            QUESTION

            How to set the health-check-type of an auto-scaling-group created by elastic-beanstalk as ELB programmatically?
            Asked 2018-Sep-18 at 01:19

            I just followed this tutorial to learn how to use eb command.

            One thing I want to do is to modify the Health Check Type of the auto scaling group created by Elastic-Beanstalk to ELB. But I just can't find how to do it.

            Here's what I have done:

            1. Change the Health Check Type of the environment dev-env to ELB through the AWS console.

            2. Use eb config save dev-env --cfg my-configuration to save the configuration file locally.

            3. The ELB health check type doesn't appear inside .elasticbeanstalk/saved_configs/my-configuration.cfg.yml file. This means that I must specify the health check type somewhere else.

            Then I find another article saying that you can put the health check type inside .ebextensions folder.

            So I make a modification to eb-python-flask, which is the example of the tutorial.

            Here's my modification of eb-python-flask.

            I thought that running eb config put prod, and eb create prod2-env --cfg prod with my eb-python-flask would create an environment whose health-check-type of the auto scaling group is ELB. But I was wrong. The health check type created by the eb commands is still EC2.

            Anyone know how to set the health check type programmatically?

            I don't want to set it through AWS console. It's inconvenient.

            ...

            ANSWER

            Answered 2018-Sep-17 at 12:45

            An ebextension like the below will do it:

            Resources: AWSEBAutoScalingGroup: Type: "AWS::AutoScaling::AutoScalingGroup" Properties: HealthCheckType: ELB HealthCheckGracePeriod: 300

            I use the path .ebextensions/autoscaling.config

            Source https://stackoverflow.com/questions/52366954

            QUESTION

            Deployment to Elastic Beanstalk with Ansible
            Asked 2017-Jun-28 at 14:15

            We are using eb_deployer to deploy to Elastic Beanstalk and we would like to provision each node using .ebextensions and Ansible.

            A package created for eb_deployer looks something like this (simplified), it is assembled on the control node with Ansible:

            ...

            ANSWER

            Answered 2017-Jun-28 at 14:15

            It appears that one way to solve this issue is to launch temporary instance, configure it with Ansible running on the control machine only, create an image with ec2_ami Ansible module, and use that image to configure custom image for autoscaling group.

            Source https://stackoverflow.com/questions/44798974

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install eb_deployer

            You can download it from GitHub.
            On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.

            Support

            Fork itCreate your feature branch (git checkout -b my-new-feature)Commit your changes (git commit -am 'Added some feature')Push to the branch (git push origin my-new-feature)Create new Pull Request
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ThoughtWorksStudios/eb_deployer.git

          • CLI

            gh repo clone ThoughtWorksStudios/eb_deployer

          • sshUrl

            git@github.com:ThoughtWorksStudios/eb_deployer.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Continuous Deployment Libraries

            Try Top Libraries by ThoughtWorksStudios

            node-aws-lambda

            by ThoughtWorksStudiosJavaScript

            oauth2_provider

            by ThoughtWorksStudiosRuby

            bobcat

            by ThoughtWorksStudiosGo

            saikuro_treemap

            by ThoughtWorksStudiosJavaScript

            piece

            by ThoughtWorksStudiosRuby