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
* Adds AWS EC2 Service Name to service.
* Fix variable type to list(string)
* Adds markdown updates after make init & make readme.
Co-authored-by: Antonio Canelas <[email protected]>
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/).
49
29
50
30
51
31
---
52
32
53
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
33
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
54
34
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
55
35
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
56
36
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -71,7 +51,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
71
51
72
52
73
53
74
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
54
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
75
55
76
56
77
57
@@ -131,8 +111,9 @@ module "elasticsearch" {
131
111
132
112
133
113
114
+
<!-- markdownlint-disable -->
134
115
## Makefile Targets
135
-
```
116
+
```text
136
117
Available targets:
137
118
138
119
help Help screen
@@ -141,6 +122,7 @@ Available targets:
141
122
lint Lint terraform code
142
123
143
124
```
125
+
<!-- markdownlint-restore -->
144
126
## Requirements
145
127
146
128
| Name | Version |
@@ -166,6 +148,7 @@ Available targets:
166
148
| attributes | Additional attributes (e.g. `1`) |`list(string)`|`[]`| no |
167
149
| automated\_snapshot\_start\_hour | Hour at which automated snapshots are taken, in UTC |`number`|`0`| no |
168
150
| availability\_zone\_count | Number of Availability Zones for the domain to use. |`number`|`2`| no |
151
+
| aws\_ec2\_service\_name | AWS EC2 Service Name |`list(string)`| <pre>[<br> "ec2.amazonaws.com"<br>]</pre> | no |
169
152
| cognito\_authentication\_enabled | Whether to enable Amazon Cognito authentication with Kibana |`bool`|`false`| no |
170
153
| cognito\_iam\_role\_arn | ARN of the IAM role that has the AmazonESCognitoAccess policy attached |`string`|`""`| no |
171
154
| cognito\_identity\_pool\_id | The ID of the Cognito Identity Pool to use |`string`|`""`| no |
@@ -235,7 +218,7 @@ Available targets:
235
218
236
219
## References
237
220
238
-
For additional context, refer to some of these links.
221
+
For additional context, refer to some of these links.
239
222
240
223
-[What is Amazon Elasticsearch Service](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/what-is-amazon-elasticsearch-service.html) - Complete description of Amazon Elasticsearch Service
241
224
-[Amazon Elasticsearch Service Access Control](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-ac.html) - Describes several ways of controlling access to Elasticsearch domains
@@ -250,7 +233,7 @@ For additional context, refer to some of these links.
250
233
251
234
## Help
252
235
253
-
**Got a question?** We got answers.
236
+
**Got a question?** We got answers.
254
237
255
238
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-elasticsearch/issues), send us an [email][email] or join our [Slack Community][slack].
256
239
@@ -259,7 +242,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-elasticsearch/
259
242
## DevOps Accelerator for Startups
260
243
261
244
262
-
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
245
+
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
@@ -288,11 +271,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
288
271
289
272
## Newsletter
290
273
291
-
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
274
+
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
292
275
293
276
## Office Hours
294
277
295
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
278
+
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
@@ -366,7 +349,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
366
349
367
350
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
368
351
369
-
We offer [paid support][commercial_support] on all of our projects.
352
+
We offer [paid support][commercial_support] on all of our projects.
370
353
371
354
Check out [our other projects][github], [follow us on twitter][twitter], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
0 commit comments