noizo / KafkaOnEC2

Ansible scripts for deploying Kafka on EC2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka on EC2

Ansible scripts for deploying Kafka (v0.9.1 with Zookeeper 3.4.6) on EC2. These scripts were developed based on various resources from Internet. Below is the main reference:

How To Run

Prerequisites

Steps

  1. Edit configuration file group_vars/all based on your reqiurements and environment.
  2. Execute ansible-playbook --private-key=<AWS_key_file> -u ubuntu kafka.yml

Notes

  • In one of my Macs I got the error described in ansible/ansible#5734. If you are getting the same error please use the inventory file provided (ansible-playbook --private-key=<AWS_key_file> -u ubuntu -i inventory kafka.yml).

About

Ansible scripts for deploying Kafka on EC2


Languages

Language:Ruby 80.1%Language:Shell 19.9%