AWS Fundamentals Logo
AWS Fundamentals
AWS::EMR::InstanceGroupConfig

EMR InstanceGroupConfig

Resource Type definition for AWS::EMR::InstanceGroupConfig

Properties

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

Filter:
PropertyTypeFlags
InstanceCount
integer
Required
InstanceRole
string
RequiredCreate-only
InstanceType
string
RequiredCreate-only
JobFlowId
string
RequiredCreate-only
AutoScalingPolicy
AutoScalingPolicy
BidPrice
string
Create-only
Configurations
Array<Configuration>
Create-only
CustomAmiId
string
Create-only
EbsConfiguration
EbsConfiguration
Create-only
Market
string
Create-only
Name
string
Create-only

Return Values

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

AttributeTypeDescription
Idstring-

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::InstanceGroupConfig

Resources:
  MyResource:
    Type: AWS::EMR::InstanceGroupConfig
    Properties:
      JobFlowId: "my-jobflowid"
      InstanceCount: 1
      InstanceRole: "value"
      InstanceType: "value"
      Name: !Ref "AWS::StackName"

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
Properties12
Required4
TaggingNot supported
Primary IDId

Immutable After Creation

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

InstanceRoleJobFlowIdNameInstanceTypeCustomAmiIdConfigurationsEbsConfigurationMarketBidPrice

External Links