I am creating an elasticsearch managed service on AWS;
When creating the service, no explicit instances are created and you are just given a url/endpoint;
I want to expose the service via an ALB, but when creating the corresponding target groups, I am forced to choose between instance
and ip
, while the only thing I have is an endpoint (url
);
How to go about this?