I have opened all ports for all traffic (for testing purposes) within the
EC2 security group.
Running: curl 172.31.42.186:9200 on the machine via SSH results in a
successful JSON response, however doing the same from a machine external to
AWS using the external ip or host fails.
On startup, I can see ES binding to the internal address, which I would
assume would be NAT'd by AWS from the external.
I have opened all ports for all traffic (for testing purposes) within the
EC2 security group.
Running: curl 172.31.42.186:9200 on the machine via SSH results in a
successful JSON response, however doing the same from a machine external to
AWS using the external ip or host fails.
On startup, I can see ES binding to the internal address, which I would
assume would be NAT'd by AWS from the external.
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.
Is your ES node running in EC2 classic, or within a VPC? If in a VPC,
there may be Network ACLs (separate to security groups) defined on the VPC
which limit inbound access to nodes in that VPC.
If not running in a VPC, how have you configured networking? Does the node
have an ENI & EIP configured? Can you access other services/ports on the
host from the outside world? Any iptables rules blocking access?
Ross
On Monday, 25 November 2013 00:14:26 UTC+11, Ben wrote:
I have a single node of ES running on a CentOS EC2 environment.
I wish to connect to the node remotely via the public internet, however am
unable to access using either the public ip or hostname.
My /config/elasticsearch.yml has the following entrances:
You Sir are a star! IP tables was blocking my ports. Been so long since I
have used CentOS, I completely forgot to check.
Many thanks, Ben.
On Monday, November 25, 2013 4:28:52 AM UTC, Ross Simpson wrote:
Is your ES node running in EC2 classic, or within a VPC? If in a VPC,
there may be Network ACLs (separate to security groups) defined on the VPC
which limit inbound access to nodes in that VPC.
If not running in a VPC, how have you configured networking? Does the
node have an ENI & EIP configured? Can you access other services/ports on
the host from the outside world? Any iptables rules blocking access?
Ross
On Monday, 25 November 2013 00:14:26 UTC+11, Ben wrote:
I have a single node of ES running on a CentOS EC2 environment.
I wish to connect to the node remotely via the public internet, however
am unable to access using either the public ip or hostname.
My /config/elasticsearch.yml has the following entrances:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.