Update ECS Services Actions
Matt Houser avatar
Written by Matt Houser
Updated over a week ago

Description

The Update ECS Services action can be used to modify properties of one or more ECS services at a specific time of day. Once the services have been modified, they can optionally be reverted after a specific amount of time.

Settings

Please see Common Action Settings for a description of settings common to all action types.

Cluster Identification Method

Indicates the method in which the ECS clusters will be selected. Possible options include:

  • All Clusters

  • By Cluster Name

Cluster Name

Indicate the comparison to use when comparing ECS cluster names.

Service Identification Method

Indicates the method in which the ECS services will be selected. Possible options include:

  • All Services

  • By Service Name

Service Name

Indicate the comparison to use when comparing ECS service names.

Desired Count

Specifies the new "Desired Count" to apply to the services.

Revert the Services

Indicate whether the modified values should be automatically reverted later.

Running Duration

Indicate the length of time the services should stay with the updated values before they are reverted.

Amazon Commands Used

The following Amazon AWS commands are used. The access key should have permission to execute all of them.

  • ecs:DescribeClusters

  • ecs:DescribeServices

  • ecs:ListClusters

  • ecs:ListServices

  • ecs:UpdateService

Did this answer your question?