AWS::ECS::Daemon DaemonDeploymentConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

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

Syntax

To declare this entity in your 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