Code Monkey home page Code Monkey logo

Comments (2)

dsouzajude avatar dsouzajude commented on August 22, 2024

Hi @cbonami, thanks for using my zookeeper cluster setup and for opening an issue!

  • At a minimum, the role would require the following permissions:

    • logs:CreateLogGroup
    • logs:CreateLogStream
    • logs:PutLogEvents
    • logs:DeleteLogStream
    • logs:DescribeLogStreams
    • ec2:DescribeInstances
    • ec2:DescribeTags
    • ec2:CreateTags
    • autoscaling:Describe*
  • The zookeeper user on the instance is not intended to have a password and it is not like any other authenticated user on the system. Typically if you would like to view the logs you would need to use sudo via the root user or any user that has administrative access (sudo tail -f /var/log/zookeeper/zookeeper.log). However, i think it would be great if these logs were shipped to a centralized log server or hosting, for example CloudWatchLogs via awslogs. Please feel free to submit a PR for that, otherwise i can have a look at it later.

  • I haven't worked much with the Exhibitor, but at the time when i was researching about it I felt it was a bit more complicated to setup. I wanted something really simple that just works. Also, i felt i could do a lot more (i.e. autoscale ZK dynamically and autoheal it when there is quorum failure).

Hope this answers your questions!

Also, if you have any suggestions how to improve and make this better, i'd like more comments or you can always open up a PR!

from zookeeper-on-aws.

dsouzajude avatar dsouzajude commented on August 22, 2024

Hi @cbonami, I have a PR for addressing your concerns if you're interested in looking at it:

#4

from zookeeper-on-aws.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.