Giter Club home page Giter Club logo

tf_aws_deis_elb's Introduction

tf_aws_deis_elb

Creates a public and private ELB for Deis on AWS.

Required

AWS CLI must be installed locally as it uses an terraform local provisioner to attach to an existing autoscaling group. If you create your autoscaling group in the same tf file as the ELB feel free to remove the local provisioner.

Required Variables

  • region - AWS region
  • subnet_ids - comma seperate subnet_ids for the router
  • autoscaler_name - exiting autoscaling group name to link the elb
  • public_security_group - security group of the public elb
  • record_name - Wildcard DNS entry to point to the router
  • dns_zone - AWS Route53 zone of the DNS entry

This is an example feel free to copy and delete whatever is not needed.

module "cluster_elb" {
    region = "us-west-2"
    source = "github.com/sstarcher/tf_aws_deis_elb"
    subnet_ids = "subnet-1234566,subnet-8123124"
    autoscaler_name = "KubernetesAutoScalingGroup"
    public_security_group = "sg-12321321"
    record_name ="*.deis.private"
}

tf_aws_deis_elb's People

Contributors

sstarcher avatar

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.