aws-es-proxy
brew install aws-es-proxy
v1.5
Apache-2.0
Small proxy between HTTP client and AWS Elasticsearch
37
30-day installs · #5359
72
90-day · #6373
342
365-day · #6004
603
★ GitHub stars · updated 2y ago
Build dependencies
GitHub topics
amazon-elasticsearch
aws
elasticsearch
iam-role
proxy
sign
Links
- https://github.com/abutaha/aws-es-proxy
- GitHub: abutaha/aws-es-proxy
- Brew formula source: Formula/a/aws-es-proxy.rb
Caveats
Before you can use these tools you must export some variables to your $SHELL. export AWS_ACCESS_KEY="<Your AWS Access ID>" export AWS_SECRET_KEY="<Your AWS Secret Key>" export AWS_CREDENTIAL_FILE="<Path to the credentials file>"
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": "Before you can use these tools you must export some variables to your $SHELL.\n export AWS_ACCESS_KEY=\"\u003cYour AWS Access ID\u003e\"\n export AWS_SECRET_KEY=\"\u003cYour AWS Secret Key\u003e\"\n export AWS_CREDENTIAL_FILE=\"\u003cPath to the credentials file\u003e\"\n",
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Small proxy between HTTP client and AWS Elasticsearch",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:41+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "aws-es-proxy",
"github_default_branch": "master",
"github_last_commit_at": "2024-07-16T12:19:24Z",
"github_readme_excerpt": "# aws-es-proxy\n\n[](https://hub.docker.com/r/abutaha/aws-es-proxy/)\n\n**aws-es-proxy** is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service. It will sign your requests using latest [AWS Signature Version 4](http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) before sending the request to Amazon Elasticsearch. When response is back from Amazon Elasticsearch, this response will be sent back to your HTTP client.\n\nKibana requests are also signed automatically.\n\n## Installation\n\n### Download binary executable\n\n**aws-es-proxy** has single executable binaries for Linux, Mac and Windows.\n\nDownload the latest [aws-es-proxy release](https://github.com/abutaha/aws-es-proxy/releases/).\n\n### Docker\n\nThere is an official docker image available for aws-es-proxy. To run the image:\n\n```sh\n# v0.9 and newer (latest always point to the latest release):\n\ndocker run --rm -v ~/.aws:/root/.aws -p 9200:9200 abutaha/aws-es-proxy:v1.0 -endpoint https://dummy-host.ap-southeast-2.es.amazonaws.com -listen 0.0.0.0:9200\n\nv.08:\n\ndocker run --rm -it abutaha/aws-es-proxy ./aws-es-proxy -endpoint https://dummy-host.ap-southeast-2.es.amazonaws.com\n\n```\n\nTo expose a port number other than the default 9200, pass an environment variable of `PORT_NUM` to docker with the port number you wish to expose for your service.\n\n### Via homebrew\n\n```sh\nbrew install aws-es-proxy\n```\n\n### Build from Source\n\n#### Dependencies:\n* go1.14+\n\n```sh\n#requires go1.14\ngo build github.com/abutaha/aws-es-proxy\n```\n\n## Configuring Credentials\n\nBefore using **aws-es-proxy**, ensure that you\u0027ve configured your AWS IAM user credentials. The best way to configure credentials on a development machine is to use the `~/.aws/credentials` file, which might look like:\n\n```\n[default]\naws_access_key_id = AKID1234567890\naws_secret_access_key = MY-SECRET-KEY\n```\n\nAlternatively, you",
"github_repo": "abutaha/aws-es-proxy",
"github_stars": 603,
"github_topics": [
"amazon-elasticsearch",
"aws",
"elasticsearch",
"iam-role",
"proxy",
"sign"
],
"homepage": "https://github.com/abutaha/aws-es-proxy",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 37,
"installs_365d": 342,
"installs_90d": 72,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "aws-es-proxy",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 5359,
"rank_365d": 6004,
"rank_90d": 6373,
"raw_hash": "d3a6f0def954bae2",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/aws-es-proxy.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.5",
"versioned_formulae": [],
"why_use_this": null
}