{"id":27044101,"url":"https://github.com/math280h/terraform-elastic-cloud-private-link-aws","last_synced_at":"2026-01-27T09:42:45.597Z","repository":{"id":113861050,"uuid":"480218192","full_name":"math280h/terraform-elastic-cloud-private-link-aws","owner":"math280h","description":"Terraform module for Elastic Cloud deployments using AWS PrivateLink","archived":false,"fork":false,"pushed_at":"2022-04-19T00:33:17.000Z","size":9,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T19:42:44.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/math280h/cloud-private-link-aws/elastic/latest","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/math280h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-11T03:51:42.000Z","updated_at":"2022-04-15T16:28:58.000Z","dependencies_parsed_at":"2023-07-13T18:30:16.849Z","dependency_job_id":null,"html_url":"https://github.com/math280h/terraform-elastic-cloud-private-link-aws","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/math280h/terraform-elastic-cloud-private-link-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-elastic-cloud-private-link-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-elastic-cloud-private-link-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-elastic-cloud-private-link-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-elastic-cloud-private-link-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/math280h","download_url":"https://codeload.github.com/math280h/terraform-elastic-cloud-private-link-aws/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-elastic-cloud-private-link-aws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28811276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-04-05T05:19:02.321Z","updated_at":"2026-01-27T09:42:45.589Z","avatar_url":"https://github.com/math280h.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elastic Cloud AWS PrivateLink module\n\nThis module is an easy-to-use module for creating an Elastic Cloud deployment that connects to an existing AWS VPC via PrivateLink.\n\n## Usage\n\nThis example will deploy a small elasticsearch cluster on us-east-1 that can be reached via PrivateLink from the VPC provided\ngiven that the ingress_cidr and subnet_ids provided are correct.\n\nFor more information see: https://registry.terraform.io/modules/math280h/cloud-private-link-aws/elastic/latest\n\n````terraform\nprovider \"ec\" {\n    apikey = var.elastic_cloud_api_key\n}\n\ndata \"ec_stack\" \"latest\" {\n    version_regex = \"latest\"\n    region        = \"us-east-1\"\n}\n\nmodule \"elastic_cloud\" {\n    source  = \"math280h/cloud-private-link-aws/elastic\"\n    version = \"0.0.1\"\n\n    vpc_id = \"some-vpc-id\"\n    ingress_cidr = [\"192.168.0.0/32\"]\n    subnet_ids = [\"\u003csubnet-id-one\u003e\", \"\u003csubnet-id-two\u003e\"]\n    \n    deployment_name = \"my-elastic-cloud-deployment\"\n    deployment_version = data.ec_stack.latest.version\n}\n````\n\nOnce deployed, the elastic deployment is reachable via the following link (On 443): `https://\u003cname-of-elastic-deployment\u003e.es.vpce.\u003cregion\u003e.aws.elastic-cloud.com`\n\n### AWS VPC Configuration\n\nFor this to work, you must have the DNS Hostnames and DNS Resolution enabled on your VPC. (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-dns.html#vpc-dns-updating)\n\n## Resources\nhttps://www.elastic.co/guide/en/cloud/current/ec-traffic-filtering-vpc.html\nhttps://aws.amazon.com/premiumsupport/knowledge-center/route-53-fix-dns-resolution-issues/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath280h%2Fterraform-elastic-cloud-private-link-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmath280h%2Fterraform-elastic-cloud-private-link-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath280h%2Fterraform-elastic-cloud-private-link-aws/lists"}