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}
YAML
Alarms:DaemonAlarmConfigurationBakeTimeInMinutes:IntegerDrainPercent: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:
0Maximum:
1440Update 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:
0Maximum:
100Update requires: No interruption