Hi Chuck, One way to do it is to set a system property on the JVM running each Solr node, corresponding to the the AWS availability zone on which the node is hosted.
For example, you could use sysprop “AWSAZ”, then use rules like: replica:<2,sysprop.AWSAZ:us-east-1 replica:<2,sysprop.AWSAZ:us-west-1 replica:<2,sysprop.AWSAZ:ca-central-1 -- Steve www.lucidworks.com > On Sep 21, 2018, at 4:07 PM, Chuck Reynolds <creyno...@ancestry.com> wrote: > > I'm using Solr 6.6 and I want to create a 90 node cluster with a replication > factor of three. I'm using AWS EC2 instances and I have a requirement to > replicate the data into 3 AWS availability zones. > > So 30 servers in each zone and I don't see a create collection rule that > will put one replica in each of the three zones. > > What am I missing? > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html