AWS Fundamentals Logo
AWS Fundamentals
AWS::EMR::Step

EMR Step

Schema for AWS::EMR::Step

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ActionOnFailure
string
RequiredCreate-only
HadoopJarStep
HadoopJarStepConfig
RequiredCreate-only
JobFlowId
string
RequiredCreate-only
Name
string
RequiredCreate-only
EncryptionKeyArn
string
Create-only
LogUri
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
IdstringID generated by service

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMR::Step

Resources:
  MyResource:
    Type: AWS::EMR::Step
    Properties:
      JobFlowId: "my-jobflowid"
      HadoopJarStep: "value"
      ActionOnFailure: "value"
      Name: "my-name"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

emr:AddJobFlowSteps

delete

read

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEMR
Properties7
Required4
TaggingNot supported
Primary IDId

Supported Operations

CreateDeleteRead

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

JobFlowIdHadoopJarStepNameActionOnFailureLogUriEncryptionKeyArn

External Links