elastic / elasticsearch-cloud-aws

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

No automatic endpoint could be derived from region [us-east-2] #283

Closed RomanMauricio closed 7 years ago

RomanMauricio commented 7 years ago

The region in CMH (Ohio) does not appear to be recognized

dadoonet commented 7 years ago

Which version?

RomanMauricio commented 7 years ago

I tested it on 2.4.3 and 2.4.4

RomanMauricio commented 7 years ago

I got around the problem by specifying cloud.aws.ec2.endpoint: ec2.us-east-2.amazonaws.com

dadoonet commented 7 years ago

Exactly. Note that this has been added in 5.2: https://github.com/elastic/elasticsearch/pull/21961 Also note that the repo is now living at https://github.com/elastic/elasticsearch as explained in the README.