Skip to contents

Continues or rolls back an Amazon ECS service deployment that is paused at a lifecycle hook.

See https://www.paws-r-sdk.com/docs/ecs_continue_service_deployment/ for full documentation.

Usage

ecs_continue_service_deployment(serviceDeploymentArn, hookId, action = NULL)

Arguments

serviceDeploymentArn

[required] The ARN of the service deployment to continue or roll back.

hookId

[required] The ID of the paused lifecycle hook to act on. You can find the hookId by calling describe_service_deployments and inspecting the lifecycleHookDetails field of the service deployment.

action

The action to take on the paused lifecycle hook. Valid values are:

  • CONTINUE - Proceeds the deployment to the next lifecycle stage.

  • ROLLBACK - Rolls back the deployment to the previous service revision.

If no value is specified, the default action is CONTINUE.