AwsEcsServiceDeploymentConfigurationDetails
Optional deployment parameters for the service.
Contents
- DeploymentCircuitBreaker
-
Determines whether a service deployment fails if a service cannot reach a steady state.
Type: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails object
Required: No
- MaximumPercent
-
For a service that uses the rolling update (
ECS
) deployment type, the maximum number of tasks in a service that are allowed in theRUNNING
orPENDING
state during a deployment, and for tasks that use the EC2 launch type, when any container instances are in theDRAINING
state. Provided as a percentage of the desired number of tasks. The default value is 200%.For a service that uses the blue/green (
CODE_DEPLOY
) orEXTERNAL
deployment types, and tasks that use the EC2 launch type, the maximum number of tasks in the service that remain in theRUNNING
state while the container instances are in theDRAINING
state.For the Fargate launch type, the maximum percent value is not used.
Type: Integer
Required: No
- MinimumHealthyPercent
-
For a service that uses the rolling update (
ECS
) deployment type, the minimum number of tasks in a service that must remain in theRUNNING
state during a deployment, and while any container instances are in theDRAINING
state if the service contains tasks using the EC2 launch type. Expressed as a percentage of the desired number of tasks. The default value is 100%.For a service that uses the blue/green (
CODE_DEPLOY
) orEXTERNAL
deployment types and tasks that use the EC2 launch type, the minimum number of the tasks in the service that remain in theRUNNING
state while the container instances are in theDRAINING
state.For the Fargate launch type, the minimum healthy percent value is not used.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: