View a markdown version of this page

AWS::Deadline::Fleet ServiceManagedEc2AutoScalingConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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