HTTP proxy to access AWS Elasticsearch clusters securely
Small proxy between HTTP client and AWS Elasticsearch
aws-es-proxy$ aws-es-proxy -endpoint https://my-domain.us-west-2.es.amazonaws.com -listen 127.0.0.1:9200$ curl -X GET http://localhost:9200/_cat/indices$ aws-es-proxy -endpoint https://my-domain.us-west-2.es.amazonaws.com -listen 127.0.0.1:9300 -profile myprofile