

# ServiceManagedEc2AutoScalingConfiguration
<a name="API_ServiceManagedEc2AutoScalingConfiguration"></a>

The auto scaling configuration settings for a service managed EC2 fleet.

## Contents
<a name="API_ServiceManagedEc2AutoScalingConfiguration_Contents"></a>

 ** scaleOutWorkersPerMinute **   <a name="deadlinecloud-Type-ServiceManagedEc2AutoScalingConfiguration-scaleOutWorkersPerMinute"></a>
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 **   <a name="deadlinecloud-Type-ServiceManagedEc2AutoScalingConfiguration-standbyWorkerCount"></a>
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 **   <a name="deadlinecloud-Type-ServiceManagedEc2AutoScalingConfiguration-workerIdleDurationSeconds"></a>
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 86400.  
Required: No

## See Also
<a name="API_ServiceManagedEc2AutoScalingConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/deadline-2023-10-12/ServiceManagedEc2AutoScalingConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/deadline-2023-10-12/ServiceManagedEc2AutoScalingConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/deadline-2023-10-12/ServiceManagedEc2AutoScalingConfiguration) 