cloudposse / cloudposse/terraform-aws-ec2-instance
Support for placement_group
- Dominant language
- HCL
- Stars
- 169
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the Feature
Terraform aws_instance support [placement_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#placement_group) - (Optional) Placement Group to start the instance in.
### Expected Behavior
This module doesnt have that option.
### Use Case
Cluster placement groups are recommended for applications that benefit from low network latency, high network throughput, or both, and if the majority of the network traffic is between the instances in the group.
### Describe Ideal Solution
Mulitple ec2 requiring low latency between them
### Alternatives Considered
_No response_
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.