Adam, Thanks for the info. Initially I was using the OOTB script that comes with Mesos in the ec2 folder <https://github.com/apache/mesos/blob/master/ec2/mesos-ec2>which is basically a Python script that lets you add an configure the cluster. I have configured and executed successfully the cloudformation scripts.
Have you used them? For some reason I am not able to create more than 3 instances of anything when I'm running marathon. Tasks for some reason are stuck as STAGING even when the cluster has more than enough resources. Thanks in advance! Sergio Daniel On Sun, Feb 22, 2015 at 3:56 AM, Adam Bordelon <[email protected]> wrote: > Check out https://github.com/mesosphere/cloudformation-mesos > What "EC2 script" were you trying? > > On Fri, Feb 20, 2015 at 10:51 AM, max square <[email protected]> > wrote: > >> 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 >> > >

