Some guidance required for building mesosphere solution on Amazon EC2 servers.
For the staging state of my application I was thinking of launching a master and a slave on a single instance plus another slave on a different instance. Plus marathon and chronos frameworks on top of mesos master node.
Marathon should be responsible for running http server on the same instance, which should serve as an access layer to the mesosphere API's.
Chronos will be used to run 1000s of very simple bash script (execution time about 1-5sec) each. (in this part not sure if aggregation of jobs is needed)
Should I run chronos via marathon, or just launch it as the service on my master node? Is there any difference?
Any guidance/advice on the current architecture design?
Is there a official support from Amazon to run mesosphere in amazon cloud?