Reputation: 10404
It seems that it is quite easy to run ElasticSearch on ECS:
http://blog.dmcquay.com/devops/2015/09/12/running-elasticsearch-on-aws-ecs.html
Is it possible to run SolrCloud on ECS and if so how might you go about it?
Upvotes: 3
Views: 1857
Reputation: 67
I found an article from Zalando blog where they migrate from the classical master-slave Solr configurations to the new architecture based on AWS ElasticLoadBalancer without the use of Zookeeper.
https://tech.zalando.com/blog/zookeeper-less-solr-architecture-aws/
Upvotes: 3