I am a new bee for Spring-boot. I need to query AWS Elasticsearch. The endpoint looks like below
https://vpc-xxxxxx.es.amazonaws.com
I'm not sure which is the better client to opt for, as there are multiple options. I checked spring-boot-starter-data-elasticsearch and org.elasticsearch.client. Looks like the clients are taking port of cluster nodes' (9300). Since I'm using AWS ES I don't have access to nodes' port. Here the port used is 443. Please suggest me the better ES client which supports AWS ES Service.



