elastic / elasticsearch-cloud-aws

AWS Cloud Plugin for Elasticsearch
https://github.com/elastic/elasticsearch/tree/master/plugins/discovery-ec2
577 stars 180 forks source link

Amazon Elasticsearch Service #258

Closed drora closed 8 years ago

drora commented 8 years ago

Hi, is there a way to discover nodes behind amazon elasticsearch service? (currently v1.5) the ec2 discovery feature obviously doesn't work in this case (even with a custom cloud.aws.ec2.endpoint setting). essentially, the idea is to lunch a client node that will point to amazon elasticsearch services cluster entry-point along with IAM based auth.

**http://pokusak.blogspot.co.il/2015/10/aws-elasticsearch-request-signing.html

dadoonet commented 8 years ago

AFAIK AWS does not allow Java connections (transport layer) to its "elasticsearch as a service" service. May be you can ask on discuss.elastic.co or on AWS forums?

Not directly related, in case you want to try it, found offers HTTP and transport access.

I'm closing this issue as I don't think we can solve anything in this plugin for your need. Feel free to reopen and comment if you think differently.