Parameter | Type | Description | Example |
---|---|---|---|
object | The configurations of provisioned instances. | ||
alwaysAllocateCPU | boolean | Specify whether to always allocate CPUs. Default value: true. | true |
alwaysAllocateGPU | boolean | Specify whether to always allocate GPUs. Default value: true. | true |
scheduledActions | array | The configurations of scheduled auto scaling. | |
ScheduledAction | The policy of scheduled auto scaling. | ||
target | long | The number of target provisioned instances. Valid values: [0,10000]. | 1 |
targetTrackingPolicies | array | The configurations of metric-based auto scaling. | |
TargetTrackingPolicy | The metric-based auto scaling policy. |