I've been trying to set up a mesos cluster on AWS, and I've run into a number of problems with the script:
- When the script reaches the rsync, the new instances are still starting up, and so the ssh daemon is not yet available. - Once I was able to get the cluster set up, the script wasn't able to find it to perform additional operations like stopping. - The default instance type is m1.large, which is now considered a previous generation. I'd like to spend some time working on these problems. Do these sound like issues worth solving? Thanks, Colin
