Starting from version 2.0 Elasticsearch binds only on the loopback interface by default (_local_ in terms of configuration).
The documentation says
Go to
'/elasticsearch-2.3.4/config'
Open elasticsearch.yml
elasticsearch.yml
Add network.host: 0.0.0.0
network.host: 0.0.0.0
Now check which port elasticsearch is using (9200 is default), go to firewall inbound rules and add those ports.
9200