I have 2 AWS EC2
instances which have the same security group:
When I'm running curl -XGET 'http://localhost:9200/_cluster/state/master_node?pretty'
from the nodes (works only on master
), I get:
master_not_discovered_exception
I tried to telnet
with port 9200
from one machine to another, and it doesn't work, so I think this the root cause (I'm able to telnet
from my local machine.
I followed this guideline
What else I should check?
Update:
telnet
works tnx to suggested solution, however issue was still persist. I was able to fix it after following this answer