AWS::EMRServerless::Application InitialCapacityConfig
The initial capacity configuration per worker.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "WorkerConfiguration" :
WorkerConfiguration
, "WorkerCount" :Integer
}
YAML
WorkerConfiguration:
WorkerConfiguration
WorkerCount:Integer
Properties
WorkerConfiguration
-
The resource configuration of the initial capacity configuration.
Required: Yes
Type: WorkerConfiguration
Update requires: Some interruptions
WorkerCount
-
The number of workers in the initial capacity configuration.
Required: Yes
Type: Integer
Minimum:
1
Maximum:
1000000
Update requires: Some interruptions