aws-es-proxy

HTTP proxy to access AWS Elasticsearch clusters securely

brewmacoslinux
Try with needOr install directly
Source

About

Small proxy between HTTP client and AWS Elasticsearch

Commands

aws-es-proxy

Examples

Start proxy for AWS Elasticsearch domain with IAM authentication$ aws-es-proxy -endpoint https://my-domain.us-west-2.es.amazonaws.com -listen 127.0.0.1:9200
Connect to local proxy and query Elasticsearch$ curl -X GET http://localhost:9200/_cat/indices
Start proxy with custom port and AWS profile$ aws-es-proxy -endpoint https://my-domain.us-west-2.es.amazonaws.com -listen 127.0.0.1:9300 -profile myprofile