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}
YAML
ScaleOutWorkersPerMinute:IntegerStandbyWorkerCount:IntegerWorkerIdleDurationSeconds: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:
1Maximum:
2147483647Update 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:
0Maximum:
2147483647Update 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:
0Maximum:
86400Update requires: No interruption