You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform module to provision an [`Elasticsearch`](https://aws.amazon.com/elasticsearch-service/) cluster with built-in integrations with [Kibana](https://aws.amazon.com/elasticsearch-service/kibana/) and [Logstash](https://aws.amazon.com/elasticsearch-service/logstash/).
28
30
29
31
30
-
---
31
-
> [!NOTE]
32
-
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elasticsearch&utm_content=) approach towards DevOps.
> <img alt="Terraform Open Source Modules" src="https://docs.cloudposse.com/images/terraform-open-source-modules.svg" align="right">
39
-
> </picture>
40
-
> </a>
41
-
>
32
+
> [!TIP]
33
+
> #### 👽 Use Atmos with Terraform
34
+
> Cloud Posse uses [`atmos`](https://atmos.tools) to easily orchestrate multiple environments using Terraform. <br/>
35
+
> Works with [Github Actions](https://atmos.tools/integrations/github-actions/), [Atlantis](https://atmos.tools/integrations/atlantis), or [Spacelift](https://atmos.tools/integrations/spacelift).
42
36
>
43
-
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
44
-
>
45
-
> We literally have [*hundreds of terraform modules*](https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elasticsearch&utm_content=terraform_modules) that are Open Source and well-maintained. Check them out!
> <i>Example of running <ahref="https://atmos.tools"><code>atmos</code></a> to manage infrastructure from our <ahref="https://atmos.tools/quick-start/">Quick Start</a> tutorial.</i>
41
+
> </detalis>
49
42
50
43
51
44
## Introduction
@@ -64,17 +57,8 @@ If you don't enable zone awareness, Amazon ES places an endpoint into only one s
64
57
65
58
66
59
67
-
## Usage
68
-
69
-
70
-
71
-
> [!IMPORTANT]
72
-
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
73
-
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
74
-
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
75
-
> approach for updating versions to avoid unexpected changes.
76
-
77
60
61
+
## Usage
78
62
79
63
80
64
```hcl
@@ -105,6 +89,13 @@ module "elasticsearch" {
105
89
}
106
90
```
107
91
92
+
> [!IMPORTANT]
93
+
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
94
+
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
95
+
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
96
+
> approach for updating versions to avoid unexpected changes.
97
+
98
+
108
99
109
100
110
101
@@ -118,6 +109,7 @@ Here are automated tests for the complete example using [bats](https://github.co
118
109
119
110
120
111
112
+
121
113
<!-- markdownlint-disable -->
122
114
## Makefile Targets
123
115
```text
@@ -295,23 +287,60 @@ For additional context, refer to some of these links.
295
287
-[elasticsearch_domain_policy](https://www.terraform.io/docs/providers/aws/r/elasticsearch_domain_policy.html) - Terraform reference documentation for the `elasticsearch_domain_policy` resource
296
288
297
289
290
+
291
+
> [!TIP]
292
+
> #### Use Terraform Reference Architectures for AWS
293
+
>
294
+
> Use Cloud Posse's ready-to-go [terraform architecture blueprints](https://cloudposse.com/reference-architecture/) for AWS to get up and running quickly.
> Cloud Posse is the leading [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elasticsearch&utm_content=commercial_support) for funded startups and enterprises.
306
+
>
307
+
> *Your team can operate like a pro today.*
308
+
>
309
+
> Ensure that your team succeeds by using Cloud Posse's proven process and turnkey blueprints. Plus, we stick around until you succeed.
310
+
> #### Day-0: Your Foundation for Success
311
+
> -**Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
312
+
> -**Deployment Strategy.** Adopt a proven deployment strategy with GitHub Actions, enabling automated, repeatable, and reliable software releases.
313
+
> -**Site Reliability Engineering.** Gain total visibility into your applications and services with Datadog, ensuring high availability and performance.
314
+
> -**Security Baseline.** Establish a secure environment from the start, with built-in governance, accountability, and comprehensive audit logs, safeguarding your operations.
315
+
> -**GitOps.** Empower your team to manage infrastructure changes confidently and efficiently through Pull Requests, leveraging the full power of GitHub Actions.
> -**Training.** Equip your team with the knowledge and skills to confidently manage the infrastructure, ensuring long-term success and self-sufficiency.
321
+
> -**Support.** Benefit from a seamless communication over Slack with our experts, ensuring you have the support you need, whenever you need it.
322
+
> -**Troubleshooting.** Access expert assistance to quickly resolve any operational challenges, minimizing downtime and maintaining business continuity.
323
+
> -**Code Reviews.** Enhance your team’s code quality with our expert feedback, fostering continuous improvement and collaboration.
324
+
> -**Bug Fixes.** Rely on our team to troubleshoot and resolve any issues, ensuring your systems run smoothly.
325
+
> -**Migration Assistance.** Accelerate your migration process with our dedicated support, minimizing disruption and speeding up time-to-value.
326
+
> -**Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-elasticsearch/issues) to report any bugs or file feature requests.
310
-
311
-
### 💻 Developing
312
-
313
-
If you are interested in being a contributor and want to get involved in developing this project or help out with Cloud Posse's other projects, we would love to hear from you!
314
-
Hit us up in [Slack](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elasticsearch&utm_content=slack), in the `#cloudposse` channel.
343
+
For 🐛 bug reports & feature requests, please use the [issue tracker](https://github.com/cloudposse/terraform-aws-elasticsearch/issues).
315
344
316
345
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
317
346
1. Review our [Code of Conduct](https://github.com/cloudposse/terraform-aws-elasticsearch/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
@@ -336,38 +365,6 @@ Dropped straight into your Inbox every week — and usually a 5-minute read.
336
365
337
366
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elasticsearch&utm_content=office_hours) for your weekly dose of insider DevOps trends, AWS news and Terraform insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
338
367
It's **FREE** for everyone!
339
-
340
-
## About
341
-
342
-
This project is maintained by <ahref="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elasticsearch&utm_content=">Cloud Posse, LLC</a>.
We are a [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elasticsearch&utm_content=commercial_support) for funded startups and enterprises.
346
-
Use our ready-to-go terraform architecture blueprints for AWS to get up and running quickly.
347
-
We build it with you. You own everything. Your team wins. Plus, we stick around until you succeed.
Terraform module to provision an [`Elasticsearch`](https://aws.amazon.com/elasticsearch-service/) cluster with built-in integrations with [Kibana](https://aws.amazon.com/elasticsearch-service/kibana/) and [Logstash](https://aws.amazon.com/elasticsearch-service/logstash/).
0 commit comments