AWS::EMR::ClusterResource Type definition for AWS::EMR::Cluster
27 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Instances | JobFlowInstancesConfig | Required |
JobFlowRole | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
ServiceRole | string | RequiredCreate-only |
AdditionalInfo | object | Create-only |
Applications | Array<Application> | Create-only |
AutoScalingRole | string | Create-only |
AutoTerminationPolicy | AutoTerminationPolicy | |
BootstrapActions | Array<BootstrapActionConfig> | Create-only |
Configurations | Array<Configuration> | Create-only |
CustomAmiId | string | Create-only |
EbsRootVolumeIops | integer | Create-only |
EbsRootVolumeSize | integer | Create-only |
EbsRootVolumeThroughput | integer | Create-only |
KerberosAttributes | KerberosAttributes | Create-only |
LogEncryptionKmsKeyId | string | Create-only |
LogUri | string | Create-only |
ManagedScalingPolicy | ManagedScalingPolicy | |
OSReleaseLabel | string | Create-only |
PlacementGroupConfigs | Array<PlacementGroupConfig> | Create-only |
ReleaseLabel | string | Create-only |
ScaleDownBehavior | string | Create-only |
SecurityConfiguration | string | Create-only |
StepConcurrencyLevel | integer | |
Steps | Array<StepConfig> | Create-only |
Tags | Array<Tag> | |
VisibleToAllUsers | boolean |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
MasterPublicDNS | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMR::Cluster
Resources:
MyResource:
Type: AWS::EMR::Cluster
Properties:
Instances: "value"
ServiceRole: "value"
JobFlowRole: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionOur 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.
StepsEbsRootVolumeSizeSecurityConfigurationScaleDownBehaviorConfigurationsReleaseLabelBootstrapActionsEbsRootVolumeIopsKerberosAttributesServiceRoleLogEncryptionKmsKeyIdNameEbsRootVolumeThroughputJobFlowRoleAdditionalInfoLogUriCustomAmiIdPlacementGroupConfigsOSReleaseLabelAutoScalingRoleApplications