I am installing elasticsearch and kibana on EC2 aws, currently following this steps https://www.elastic.co/blog/running-elasticsearch-on-aws, I am trying with 5.6.3 elastic search and it is installed. Both services are running but when i tried to access by webbrowser it does not load
http://54.89.173.143:5601/
KIBANA PORT
[ec2-user@ip-10-4-0-107 kibana]$ curl http://localhost:5601
ELASTICSEARCH PORT
}[ec2-user@ip-10-4-0-107 kibana]$ curl http://localhost:9200{ "name" : "h91YN9J", "cluster_name" : "elasticsearch", "cluster_uuid" : "QffVAwnzQVWVywehVMYSKA", "version" : { "number" : "5.6.3", "build_hash" : "1a2f265", "build_date" : "2017-10-06T20:33:39.012Z", "build_snapshot" : false, "lucene_version" : "6.6.1" }, "tagline" : "You Know, for Search"}