Giter Site home page Giter Site logo

awesome-scalability's Introduction

aws-kafka

TerraForm Scripts for AWS and Kafka

To use this:

You must set these environmental variables to use this $ export AWS_ACCESS_KEY_ID="anaccesskey" $ export AWS_SECRET_ACCESS_KEY="asecretkey" $ export AWS_DEFAULT_REGION="us-east-1"

You will be asked for an existing key in each region: set or know before you run apply

Variables are driven from within the production environment: aws_kafka/produciton/services/kafka-cluster/vars.tf or from commandline

key_name = ssh key that has already been uploaded to the AWS region that this is targeting cluster_name - unique name for the cluster - default = "kafka-01" broker_instance_type - broker instance type - default = "t2.micro" zookeeper_instance_type - zookeeper instance type- default = "t2.micro" number_of_zookeepers - number of zookeeper nodes to build default = 3 number_of_brokers - number of brokers to build default = 6

Outcome:

This will build a multi node zookeeper and broker configuration with appropirate security groups in your default VPC

TODO:

  • Add ansible for Kafka build - started, need to expand for full build
  • Custom AMI to allow ansible to work on remote nodes without intervention - done
  • dynamic inventory in ansible based on tags generated by terraform - done
  • put in ELB in front of Kafka nodes
  • put in autoscaling for broker nodes
  • fix the azs variables to expand to dynamic AZ list

awesome-scalability's People

Contributors

pnkmtt avatar

Watchers

James Cloos avatar  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.