Nest authentication with IAM

Is there a way to connect to an AWS elasticsearch pool that is set up with an IAM role/user but still be able to use the NEST api for C#? Are there any other utilites to do this in C#?

I don't know how authentication works for an AWS Elasticsearch pool, but NEST allows you to implement your own IConnection, so you could write a custom authentication mechanism.

I will take a look at doing that. Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.