Amazon ECS · Schema

DeploymentConfiguration

Deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
deploymentCircuitBreaker object
maximumPercent integer The upper limit (as a percentage of the service's desiredCount) of the number of running tasks that can be running during a deployment.
minimumHealthyPercent integer The lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running during a deployment.
alarms object
View JSON Schema on GitHub