I am using Riak 2.1.4 series in amazon. Totally new to it and have a couple of questions :
- I deployed an instance of Riak. Its deployed in EC2 instance ?
- Do we really need app.config and vm.args files for Riak configuration. I think if the nodename is available in Riak.conf thats enough isnt it ?
- I see the IP address of the instance is different than the once configured in riak.conf is that fine ? i.e nodename for example instance name is
ec2-35-160-XXX-XX.us-west-2.compute.amazonaws.comand riak.conf has[email protected]
Only change in Riak.conf
ring_size = 64
erlang.distribution.port_range.minimum = 6000
erlang.distribution.port_range.maximum = 7999
transfer_limit = 2
search = on
This configuration exists in each instance. Am I missing something here ? How can I set this up for a five-node cluster?