{"id":17204503,"url":"https://github.com/bboure/aws-elasticsearch","last_synced_at":"2026-02-25T22:01:49.083Z","repository":{"id":44110495,"uuid":"196026627","full_name":"bboure/aws-elasticsearch","owner":"bboure","description":"A Serverless component to deploy an AWS Elasticsearch domain","archived":false,"fork":false,"pushed_at":"2022-02-12T09:23:20.000Z","size":297,"stargazers_count":3,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T00:13:43.738Z","etag":null,"topics":["elasticsearch","serverless","serverless-components"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bboure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-09T14:37:55.000Z","updated_at":"2021-07-13T20:51:52.000Z","dependencies_parsed_at":"2022-09-02T00:20:55.367Z","dependency_job_id":null,"html_url":"https://github.com/bboure/aws-elasticsearch","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bboure/aws-elasticsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Faws-elasticsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Faws-elasticsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Faws-elasticsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Faws-elasticsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bboure","download_url":"https://codeload.github.com/bboure/aws-elasticsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Faws-elasticsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29842827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","serverless","serverless-components"],"created_at":"2024-10-15T02:22:11.767Z","updated_at":"2026-02-25T22:01:49.055Z","avatar_url":"https://github.com/bboure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awsElasticSearch\n\nDeploy an AWS ElasticSearch domain using [Serverless Component](https://github.com/serverless/components)\n\n\u0026nbsp;\n\n1. [Install](#1-install)\n2. [Create](#2-create)\n3. [Configure](#3-configure)\n4. [Deploy](#4-deploy)\n\n\u0026nbsp;\n\n### 1. Install\n\n```console\n$ npm install -g @serverless/components\n```\n\n### 2. Create\n\n```console\n$ touch serverless.yml .env .env.prod\n```\n\nThe directory should look something like this:\n\n```\n|- serverless.yml\n|- .env         # your development AWS api keys\n|- .env.prod    # your production AWS api keys\n```\n\nthe `.env` files are not required if you have the aws keys set globally and you want to use a single stage, but they should look like this.\n\n```\nAWS_ACCESS_KEY_ID=XXX\nAWS_SECRET_ACCESS_KEY=XXX\n```\n\n### 3. Configure\n\n```yml\n# serverless.yml\n\nname: my-component\nstage: dev\n\nelasticSearch:\n  component: \"@bboure/aws-elasticsearch\"\n  inputs:\n    name: my-es-domain\n    elasticsearchVersion: '6.7'\n    elasticsearchClusterConfig:\n      InstanceCount: 1\n      InstanceType: t2.small.elasticsearch\n    ebsOptions:\n      EBSEnabled: true\n      VolumeSize: 20\n      VolumeType: 'gp2'\n    accessPolicies:\n      Version: \"2012-10-17\"\n      Statement:\n        - Effect: Allow\n          Principal:\n            AWS: \"*\"\n          Action: es:*\n          Resource: \"*\"\n```\n\n### 4. Deploy\n\n```console\n  $ components\n\n  awsElasticsearch › outputs:\n  arn:  'arn:aws:es:eu-west-1:123456789123:domain/sls-es-demo2'\n  name:  'sls-es-demo'\n  endpoint:  'search-sls-es-demo-225yp5riq4z3uhc7d4p2mn2ntu.eu-west-1.es.amazonaws.com'\n\n  569s › dev › sls-es-demo › done\n```\n\nNote: Deployment can take several minutes as it waits for the domain to be completely created.\n\n\u0026nbsp;\n\n### New to Components?\n\nCheckout the [Serverless Components](https://github.com/serverless/components) repo for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboure%2Faws-elasticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbboure%2Faws-elasticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboure%2Faws-elasticsearch/lists"}