cjmatta / cp-poc-terraform

Terraform template for Confluent Platform POC on AWS
7 stars 12 forks source link

Add Zookeeper instance #2

Closed samklr closed 6 years ago

samklr commented 6 years ago

Thanks for this POC. But it seems to lack configuration for Zookeeper, so one might need to open manually zookeeper port.

cjmatta commented 6 years ago

Hi @samklr, this was sort of on purpose as external ZK access isn't necessarily required in a modern Kafka deployment, and the operations you would want to do that involve zk (kafka-topics.sh acls etc..) should probably be done from a known, protected host in the VPC. There's an "allow all" from within the VPC rule to cover that.

I have simplified the port definition with the latest push so creating more ports should be trivial.

samklr commented 6 years ago

Yes, it makes sense. Thanks again.