terraform-aws-ec2-instance
terraform-aws-ec2-instance copied to clipboard
Terraform module for provisioning a general purpose EC2 host
## Describe the Feature When I create EC2 instances, I also attach specific run schedules to them. This causes alerting when the CloudWatch checks see missing data while they are...
## Describe the Bug Creating an instance using this module with the following flags: ``` associate_public_ip_address = true assign_eip_address = false ``` causes the instance to be recreated when it...
## what Add "Policies ARNs" variable - list policies to attach to instance role as a permissions policy.
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature Add option for setting `capacity_reservation_id` param in the `aws_instance` resource. ##...
# What ----- Security group `cloudposse/security-group/aws` seems to pointing to invalid version `0.3.3` where in the latest version is `0.3.1` https://github.com/cloudposse/terraform-aws-ec2-instance/blob/f225f0a300783f5c5548dfed74dfb781a1d3c6f4/security_group.tf#L3
## Description When using provisioned IOPS SSD other than `io1` the specified iops value for `root_iops` and/or `ebs_iops` get set to 0 ## Expected Behavior 'io2' and 'gp3' volume types...
## what * Add new variable `tenancy` that allows user to configure instance tenancy (`default` (default), `dedicated`, or `host`) ## why * An organization that I work with has a...
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature I'd like the ability to use this module to create an...
Currently the default value for ebs_throughput is out of range (125 - 1000) and this causes the following error `│ Error: expected throughput to be in the range (125 -...
When using 0.44.0 I get `│ Error: expected throughput to be in the range (125 - 1000), got 0 │ │ with module.instance.aws_ebs_volume.default[0], │ on .terraform/modules/instance/main.tf line 178, in resource...