View a markdown version of this page

AWS::Deadline::Fleet ServiceManagedEc2AutoScalingConfiguration - AWS CloudFormation

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 ServiceManagedEc2AutoScalingConfiguration

The auto scaling configuration settings for a service managed EC2 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: 86400

Update requires: No interruption