Skip to content

Ansible scripts for deploying Kafka on EC2

Notifications You must be signed in to change notification settings

noizo/KafkaOnEC2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.1%
  • Shell 19.9%