> On Jul 18, 2017, at 13:18, Guillaume Simard <
gui...@gmail.com> wrote:
>
> Did you ever get to open source it Avi Flax?
> We could use a starting point for Terraforming Kafka in AWS.
Sorry, never got around to it.
And honestly, I think it’s probably a good thing. The Kafka cluster I’ve provisioned with Terraform is up and running and working for my firm, but it’s messy — it’s not modularized, it doesn’t use auto-scaling groups, the schema registry is not in a HA configuration, configuration is via brittle inline shell-script provisioning, etc.
At this point, personally I’m very much looking forward to Confluent’s cloud offering. I signed up a few minutes after it was announced (I was in the room) but not so much as a peep yet 🙁.
Apart from that, if I needed to launch a cluster on AWS right now, I’d probably either use the pre-packaged “quickstart” that uses CloudFormation, as Robin linked to, or I’d look into running the Docker images[1] on ECS or Kubernetes.
Good luck!
Avi
[1]
https://github.com/confluentinc/cp-docker-images