I'm trying to figure out the optimal approach for setting up a new Mesos cluster for a client. Some of the options I see:
1) Rely on Apache EC2 deployment scripts that pull the latest Mesos AMI Open Question: What are the security settings like for this setup? 2) CloudFormation Template 3) Create/Find Docker containers to run Mesos in (saw on mailing list today) 4) Manual install (add yum repos and probably script via Ansible) - this is what I've done in the past but found it a bit painful. I wanted to get an idea for what others are using for their production clusters? We want something quick, secure and easy to maintain/update down the line.

