A proxy for AWS's ElasticSearch
50K+
A proxy for AWS's ElasticSearch
go get github.com/oremj/aws-elasticsearch-proxy
Make sure your credentials are set using the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or
ensure that the instance running the proxy has an instance profile. Ensure that the user or account
that the credentials are assigned to have access to your ElasticSearch endpoint.
Run:
aws-elasticsearch-proxy \
-region us-east-1 \
-es-endpoint yourendpoint.us-east-1.es.amazonaws.com \
-addr 127.0.0.1:8080
Test it out:
curl http://127.0.0.1:8080
Content type
Image
Digest
Size
249.9 MB
Last updated
about 10 years ago
docker pull oremj/aws-elasticsearch-proxy