I have elastic search running on my AWS Server, I follow this tutorial: And, when I execute this on my server:
$ curl localhost:9200/_cluster/health?pretty
And returns the correct results.
But, when I use the complete IP provider by Amazon, I get the error:
This site can’t be reached
52.33.201.250 refused to connect.
What other thing I need do to configure it?