View a markdown version of this page

AWS::ECS::Daemon DaemonDeploymentConfiguration - 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::ECS::Daemon DaemonDeploymentConfiguration

Optional deployment parameters that control how a daemon rolls out updates across container instances.

Syntax

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

JSON

{ "Alarms" : DaemonAlarmConfiguration, "BakeTimeInMinutes" : Integer, "DrainPercent" : Number }

Properties

Alarms

The CloudWatch alarm configuration for the daemon deployment. When alarms are triggered during a deployment, the deployment can be automatically rolled back.

Required: No

Type: DaemonAlarmConfiguration

Update requires: No interruption

BakeTimeInMinutes

The amount of time (in minutes) to wait after a successful deployment step before proceeding. This allows time to monitor for issues before continuing. The default value is 0.

Required: No

Type: Integer

Minimum: 0

Maximum: 1440

Update requires: No interruption

DrainPercent

The percentage of container instances to drain simultaneously during a daemon deployment. Valid values are between 0.0 and 100.0.

Required: No

Type: Number

Minimum: 0

Maximum: 100

Update requires: No interruption