amazon web services - Strom on Mesos in AWS -



amazon web services - Strom on Mesos in AWS -

i running storm cluster on aws. want storm cluster expand automatically when need comes. figured out mesos that. not have much knowledge mesos , deployment on aws.

can mesos on aws automatically increment parallelism of topology tasks launching new instances , shutting them downwards when not necessary? if can, how configure mesos same.

mesos not straight handle autoscaling itself, allows frameworks running on top of receive new resource offers , react them launching new task instances. haven't used personally, seek storm-mesos framework running storm on mesos: https://github.com/mesos/storm

once have storm running on mesos, ready launch new instances resources come available, you're ready autoscale within existing cluster's capacity. you'll want take advantage of amazon's auto-scaling groups (asgs) scale number of mesos nodes based on need. asg scales more mesos nodes, resources nodes automatically offered storm-mesos framework, can launch more storm instances.

amazon-web-services amazon-ec2 apache-storm mesos mesosphere

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -