discovery.ec2.endpoint
The EC2 service endpoint to which to connect. See https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region to find the appropriate endpoint for the region. This setting defaults to ec2.us-east-1.amazonaws.com which is appropriate for clusters running in the us-east-1 region.
It seems you need to add protocol you are using in the endpoint :
This setting defaults to ec2.us-east-1.amazonaws.com which is appropriate for clusters running in the us-east-1 region.
I do not think this is true, at least not in 9.1+. Does it work to drop this setting entirely? I would expect the SDK to be able to detect that it’s running in eu-west-1 and thus use the right endpoint automatically.
If you confirm that it works without this setting, I’ll update the docs. If not, what @Tortoise said is right, you need to say https://ec2.eu-west-1.amazonaws.com instead.
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.