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
@@ -9,7 +10,7 @@ Terraform Module for providing N general purpose EC2 hosts.
9
10
10
11
If you only need to provision a single EC2 instance, consider using the [terraform-aws-ec2-instance](https://github.com/cloudposse/terraform-aws-ec2-instance) module instead.
11
12
12
-
**IMPORTANT** This module by-design does not provision an AutoScaling group. It was designed to provision a discrete number of instances suitable for running stateful services such as databases (E.g. Kafka, Redis, etc).
13
+
**IMPORTANT** This module by-design does not provision an AutoScaling group. It was designed to provision a discrete number of instances suitable for running stateful services such as databases (E.g. Kafka, Redis, etc).
13
14
14
15
15
16
Included features:
@@ -21,7 +22,17 @@ Included features:
21
22
22
23
---
23
24
24
-
This project is part of our comprehensive ["SweetOps"](https://docs.cloudposse.com) approach towards DevOps.
25
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
26
+
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
27
+
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
28
+
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
29
+
[<imgalign="right"title="Share on Reddit"src="https://docs.cloudposse.com/images/ionicons/social-reddit-outline-2.0.1-16x16-999999.svg" />][share_reddit]
30
+
[<imgalign="right"title="Share on LinkedIn"src="https://docs.cloudposse.com/images/ionicons/social-linkedin-outline-2.0.1-16x16-999999.svg" />][share_linkedin]
31
+
[<imgalign="right"title="Share on Twitter"src="https://docs.cloudposse.com/images/ionicons/social-twitter-outline-2.0.1-16x16-999999.svg" />][share_twitter]
32
+
33
+
34
+
[][terraform_modules]
35
+
25
36
26
37
27
38
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
@@ -32,6 +43,11 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
32
43
33
44
34
45
46
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
| Name | Description | Type | Default | Required |
@@ -130,9 +146,9 @@ Available targets:
130
146
| availability_zone | Availability Zone the instance is launched in. If not set, will be launched in the first AZ of the region | string | `` | no |
131
147
| comparison_operator | The arithmetic operation to use when comparing the specified Statistic and Threshold. Possible values are: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold. | string |`GreaterThanOrEqualToThreshold`| no |
132
148
| create_default_security_group | Create default Security Group with only Egress traffic allowed | string |`true`| no |
133
-
| default_alarm_action || string |`action/actions/AWS_EC2.InstanceId.Reboot/1.0`| no |
149
+
| default_alarm_action |-| string |`action/actions/AWS_EC2.InstanceId.Reboot/1.0`| no |
134
150
| delete_on_termination | Whether the volume should be destroyed on instance termination | string |`true`| no |
| ebs_device_names | Name of the EBS device to mount | list |`<list>`| no |
138
154
| ebs_iops | Amount of provisioned IOPS. This must be set with a volume_type of io1 | string |`0`| no |
@@ -154,7 +170,7 @@ Available targets:
154
170
| name | Name (e.g. `bastion` or `db`) - required for `terraform-terraform-label` module | string | - | yes |
155
171
| namespace | Namespace (e.g. `cp` or `cloudposse`) - required for `terraform-terraform-label` module | string | - | yes |
156
172
| private_ips | Private IP address to associate with the instances in the VPC | list |`<list>`| no |
157
-
| region | AWS Region the instance is launched in | string |-|yes|
173
+
| region | AWS Region the instance is launched in | string |``|no|
158
174
| root_iops | Amount of provisioned IOPS. This must be set if root_volume_type is set to `io1`| string |`0`| no |
159
175
| root_volume_size | Size of the root volume in gigabytes | string |`10`| no |
160
176
| root_volume_type | Type of root volume. Can be standard, gp2 or io1 | string |`gp2`| no |
@@ -168,7 +184,7 @@ Available targets:
168
184
| tags | Additional tags | map |`<map>`| no |
169
185
| user_data | Instance user data. Do not pass gzip-compressed data via this argument | string | `` | no |
170
186
| vpc_id | The ID of the VPC that the instance security group belongs to | string | - | yes |
171
-
| welcome_message || string | `` | no |
187
+
| welcome_message |-| string | `` | no |
172
188
173
189
## Outputs
174
190
@@ -195,6 +211,13 @@ Available targets:
195
211
196
212
197
213
214
+
## Share the Love
215
+
216
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-ec2-instance-group)! (it helps us **a lot**)
217
+
218
+
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
219
+
220
+
198
221
## Related Projects
199
222
200
223
Check out these related projects.
@@ -219,26 +242,38 @@ For additional context, refer to some of these links.
219
242
220
243
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ec2-instance-group/issues), send us an [email][email] or join our [Slack Community][slack].
Work directly with our team of DevOps experts via email, slack, and video conferencing.
225
250
226
251
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
-**Questions.** We'll use a Shared Slack channel between your team and ours.
231
256
-**Troubleshooting.** We'll help you triage why things aren't working.
232
257
-**Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
233
258
-**Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
234
-
-**Build New Terraform Modules.** We'll develop original modules to provision infrastructure.
259
+
-**Build New Terraform Modules.** We'll [develop original modules][module_development] to provision infrastructure.
235
260
-**Cloud Architecture.** We'll assist with your cloud strategy and design.
236
261
-**Implementation.** We'll provide hands-on support to implement our reference architectures.
237
262
238
263
239
-
## Community Forum
240
264
241
-
Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.
265
+
## Terraform Module Development
266
+
267
+
Are you interested in custom Terraform module development? Submit your inquiry using [our form][module_development] today and we'll get back to you ASAP.
268
+
269
+
270
+
## Slack Community
271
+
272
+
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
273
+
274
+
## Newsletter
275
+
276
+
Signup 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.
242
277
243
278
## Contributing
244
279
@@ -248,7 +283,7 @@ Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-ec2-i
248
283
249
284
### Developing
250
285
251
-
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://github.com/orgs/cloudposse/projects/3) with our other projects, we would love to hear from you! Shoot us an [email](mailto:hello@cloudposse.com).
286
+
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with our other projects, we would love to hear from you! Shoot us an [email][email].
252
287
253
288
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
254
289
@@ -263,7 +298,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We love [Open Source Software](https://github.com/cloudposse/)!
346
+
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
312
347
313
-
We offer paid support on all of our projects.
348
+
We offer [paid support][commercial_support] on all of our projects.
314
349
315
-
Check out [our other projects][github], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
350
+
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.
Copy file name to clipboardExpand all lines: README.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ description: |-
45
45
46
46
If you only need to provision a single EC2 instance, consider using the [terraform-aws-ec2-instance](https://github.com/cloudposse/terraform-aws-ec2-instance) module instead.
47
47
48
-
**IMPORTANT** This module by-design does not provision an AutoScaling group. It was designed to provision a discrete number of instances suitable for running stateful services such as databases (E.g. Kafka, Redis, etc).
48
+
**IMPORTANT** This module by-design does not provision an AutoScaling group. It was designed to provision a discrete number of instances suitable for running stateful services such as databases (E.g. Kafka, Redis, etc).
Copy file name to clipboardExpand all lines: docs/terraform.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
## Inputs
3
2
4
3
| Name | Description | Type | Default | Required |
@@ -13,9 +12,9 @@
13
12
| availability_zone | Availability Zone the instance is launched in. If not set, will be launched in the first AZ of the region | string | `` | no |
14
13
| comparison_operator | The arithmetic operation to use when comparing the specified Statistic and Threshold. Possible values are: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold. | string |`GreaterThanOrEqualToThreshold`| no |
15
14
| create_default_security_group | Create default Security Group with only Egress traffic allowed | string |`true`| no |
16
-
| default_alarm_action || string |`action/actions/AWS_EC2.InstanceId.Reboot/1.0`| no |
15
+
| default_alarm_action |-| string |`action/actions/AWS_EC2.InstanceId.Reboot/1.0`| no |
17
16
| delete_on_termination | Whether the volume should be destroyed on instance termination | string |`true`| no |
0 commit comments