-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/emrIssues and PRs that pertain to the emr service.Issues and PRs that pertain to the emr service.
Milestone
Description
Description
Add support for PlacementGroups for EMR Cluster
Affected Resource(s) and/or Data Source(s)
- aws_emr_cluster
Potential Terraform Configuration
resource "aws_emr_cluster" "cluster" {
...
placement_group_configs = [
{
instance_role = "MASTER"
placement_strategy = "SPREAD"
},
{
instance_role = "TASK"
placement_strategy = "CLUSTER"
}
]
}References
https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-ha-placementgroup.html
Would you like to implement a fix?
None
bryantbiggs
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/emrIssues and PRs that pertain to the emr service.Issues and PRs that pertain to the emr service.