AWS::EMR::InstanceGroupConfig ScalingAction
ScalingAction is a subproperty of the ScalingRule property type. ScalingAction determines the type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Market" :String, "SimpleScalingPolicyConfiguration" :SimpleScalingPolicyConfiguration}
Properties
Market-
Not available for instance groups. Instance groups use the market type specified for the group.
Required: No
Type: String
Allowed values:
ON_DEMAND | SPOTUpdate requires: No interruption
SimpleScalingPolicyConfiguration-
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
Required: Yes
Type: SimpleScalingPolicyConfiguration
Update requires: No interruption