AWS::Batch::ComputeEnvironment ComputeScalingPolicy - 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::Batch::ComputeEnvironment ComputeScalingPolicy

An object that represents a scaling policy for a compute environment.

Syntax

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

JSON

{ "MinScaleDownDelayMinutes" : Integer }

Properties

MinScaleDownDelayMinutes

The minimum time (in minutes) that Amazon Batch keeps instances running in the compute environment after their jobs complete. For each instance, the delay period begins when the last job finishes. If no new jobs are placed on the instance during this delay, Amazon Batch terminates the instance once the delay expires.

Valid Range: Minimum value of 20. Maximum value of 10080. Use 0 to unset and disable the scale down delay.

Note

The scale down delay does not apply to:

  • Instances being replaced during infrastructure updates

  • Newly launched instances that have not yet run any jobs

  • Spot instances reclaimed due to interruption

Required: No

Type: Integer

Update requires: Some interruptions