AWS::Deadline::Fleet CustomerManagedAutoScalingConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Deadline::Fleet CustomerManagedAutoScalingConfiguration

The auto scaling configuration settings for a customer managed fleet.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ScaleOutWorkersPerMinute" : Integer, "StandbyWorkerCount" : Integer, "WorkerIdleDurationSeconds" : Integer }

Properties

ScaleOutWorkersPerMinute

The number of workers that can be added per minute to the fleet. The default is 10 workers per minute.

Required: No

Type: Integer

Minimum: 1

Maximum: 2147483647

Update requires: No interruption

StandbyWorkerCount

The number of idle workers maintained and ready to process incoming tasks. The default is 0.

Required: No

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

WorkerIdleDurationSeconds

The number of seconds that a worker can remain idle before it is shut down. The default is 300 seconds (5 minutes).

Required: No

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption