AWS::EMR::InstanceGroupConfigResource Type definition for AWS::EMR::InstanceGroupConfig
11 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InstanceRoleJobFlowIdNameInstanceTypeCustomAmiIdConfigurationsEbsConfigurationMarketBidPrice