Is it possible to use cassandra for EC2 instances without Elastic IP addresses? I believe that in this case, any instance that goes down will create a problem.
If I use Elastic IP addresses for cassandra nodes, I have to configure them so that they use the Public IP address for internal communication (gossip, etc.). But this will increase network latency.
Please imagine how I can configure my nodes so that problems can be minimized.
source
share