elasticmapreduce:StartNotebookExecution

Write

elasticmapreduce:StartNotebookExecution is a Write access-level action in the elasticmapreduce service. Grants permission to start an EMR notebook execution

Resource types

ARNs that elasticmapreduce:StartNotebookExecution can be scoped to in an IAM policy.

arn:${Partition}:elasticmapreduce:${Region}:${Account}:cluster/${ClusterId}
cluster
arn:${Partition}:elasticmapreduce:${Region}:${Account}:editor/${EditorId}
editor

Condition keys

Keys you can use in the Condition block of a policy that grants elasticmapreduce:StartNotebookExecution.

aws:ResourceTag/${TagKey} String

Filters access by the tag and value pair associated with an Amazon EMR resource

elasticmapreduce:ResourceTag/${TagKey} String

Filters access by the tag and value pair associated with an Amazon EMR resource

Example IAM policy

A minimal policy that allows elasticmapreduce:StartNotebookExecution. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElasticmapreduceStartNotebookExecution",
      "Effect": "Allow",
      "Action": "elasticmapreduce:StartNotebookExecution",
      "Resource": "*"
    }
  ]
}

Related actions in elasticmapreduce

View all elasticmapreduce actions →