Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.08 KB

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).