elasticmapreduce:AddInstanceFleet is a Write access-level action in the elasticmapreduce service. Grants permission to add an instance fleet to a running cluster
ARNs that elasticmapreduce:AddInstanceFleet can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticmapreduce:AddInstanceFleet.
Filters access by the tag and value pair associated with an Amazon EMR resource
Filters access by the tag and value pair associated with an Amazon EMR resource
A minimal policy that allows elasticmapreduce:AddInstanceFleet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticmapreduceAddInstanceFleet",
"Effect": "Allow",
"Action": "elasticmapreduce:AddInstanceFleet",
"Resource": "*"
}
]
}