Hi Sergio, Last friday i put some Ansible scripts on github for provisoning a multi AZ cluster on AWS. You could have a look at it https://github.com/roybos/aws-mesos-marathon-cluster and maybe it helps you.
It basically creates a VPC within an AWS region and setups 1 node in 3 AZ's. All nodes are currently equal(mesos master and slave are on the same machine) which is fine for smaller clusters for let's say 3 to 30 nodes. Roy Bos From: max square <[email protected]> Reply: [email protected] <[email protected]>> Date: 20 Feb 2015 at 19:52:19 To: [email protected] <[email protected]>> Subject: Error when creating a new HA cluster on EC2 Hi all, I am new to Mesos. I am trying to create a HA configuration using the provided EC2 script. When I do so, I create the machines, but there is no mesos process running on any of the machines. Is this a known limitation? It seems to be working fine when I create a single master with many slaves cluster. However if I do so, I can't run other frameworks that depend on zookeeper, since the EC2 script does not install or start a ZK server. Would it be better just to start from scratch to create a cluster? Is there any other suggested method for AWS? (I am able to create small clusters in my infrastructure). Any suggestions or help is greatly appreciated. Sergio Daniel

