Coder Social home page Coder Social logo

cloudtools / stacker_blueprints Goto Github PK

View Code? Open in Web Editor NEW

This project forked from remind101/stacker_blueprints

35.0 35.0 27.0 628 KB

Standard library of blueprints for stacker

License: BSD 2-Clause "Simplified" License

Makefile 0.49% Shell 2.77% Python 96.68% Dockerfile 0.07%

stacker_blueprints's People

Contributors

aarcro avatar aengelas avatar cyommer avatar danielkza avatar dpetzold avatar ejholmes avatar jeffpierce avatar justinkillen avatar lowercases avatar moh-abk avatar mvolhontseff avatar mwildehahn avatar phobologic avatar russellballestrini avatar ttaub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stacker_blueprints's Issues

Error using the Roles Blueprint

In iam_roles.py line 108 is self.create_policy() but the definition of that function is def create_policy(self, name):. Lacking a "name" parameter, the call fails.

Ecs App Load Balancer Create Error

I'm trying to create a stack as specified below using blueprints.

  - name: lbtg-mobile-${env_name}
    class_path: stacker_blueprints.generic.GenericResourceCreator
    variables:
      Class: elasticloadbalancingv2.TargetGroup
      Output: LBTargetGroupId
      Properties:
        Name: lbtg-mobile-${env_name}
        Port: 443
        Protocol: HTTPS
        VpcId: ${output vpc-${env_name}::VpcId}

  - name: appcluster-${env_name}
    class_path: stacker_blueprints.ecs.Cluster

  - name: app-mobile-${env_name}
    class_path: stacker_blueprints.ecs.SimpleECSApp
    variables:
      TaskName: MobileAppTask-${env_name}
      Cluster: ${output appcluster-${env_name}::ClusterArn}
      Image: 70xxxxxxxxx121.dkr.ecr.ap-south-1.amazonaws.com/mobile@sha256:e089xxxxxxxxxxxxx987f407f3c069edf45e5
      CPU: 1024
      Memory: 2048
      AppName: MobileApp-${env_name}
      ContainerPort: 8080
      HostPort: 80
      LoadBalancerTargetGroupArns:
        - ${output lbtg-mobile-${env_name}::LBTargetGroupId}

I am facing an error when it is getting created.

CREATE_FAILED AWS::ECS::Service The target group with targetGroupArn arn:aws:elasticloadbalancing:ap-south-1:70xxxxxx121:targetgroup/lbtg-mobile-stage/36axxxxxx9 does not have an associated load balancer.

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.