Is this something that AWS Elasticsearch does not support? This is my main piece of code:
RestHighLevelClient client = new RestHighLevelClient(
RestClient.builder(new HttpHost("localhost", 4430, "http")));
The REST high level client goes through the http port, so as long as you can access such port, the RestHighLevelClient should work as well as any other http client.
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.