Any way to sign requests to AWS elasticsearch using ASP.NET NEST?

For production we restrict access to AWS elasticsearch to only the web server IP, but for development where developers are in different locations with different IP's is there a way to sign the requests using ASP.NET NEST?

I am not 100% sure we can help here, AWS run their own fork of Elasticsearch that we are unable to support sorry to say.

There's nothing in the client to handle this; you may want to take a look at https://github.com/bcuff/elasticsearch-net-aws for this, or write your own IConnection implementation that does something similar.

1 Like

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