CustomerManagedAutoScalingConfiguration
The auto scaling configuration settings for a customer managed fleet.
Contents
- scaleOutWorkersPerMinute
-
The number of workers that can be added per minute to the fleet. The default is a service-defined value that balances efficiency with cost.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 2147483647.
Required: No
- standbyWorkerCount
-
The number of idle workers maintained and ready to process incoming tasks. The default is 0.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2147483647.
Required: No
- workerIdleDurationSeconds
-
The number of seconds that a worker can remain idle before it is shut down. The default is 300 seconds (5 minutes).
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2147483647.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: