aws AWS What's New ·

Amazon ECS adds pause and continue controls for service deployments

infraawsengineeraws-ecs
feature

Amazon ECS now allows pausing and continuing service deployments at specific stages, enabling manual approvals, operational checks, or automated workflows. This feature uses a new PAUSE deployment lifecycle hook and the ContinueServiceDeployment API, offering interactive control over native deployment strategies. It is available in all AWS commercial and AWS GovCloud (US) Regions and supports various deployment configurations via multiple AWS tools.

  • Introduce manual control points in ECS service deployments
  • Continue or rollback paused deployments with new API
  • Configure timeout and actions for pause hooks
  • Pause and continue feature available across AWS regions
Features (2)
  • Introduce manual control points in ECS service deployments

    Amazon ECS now enables pausing service deployments at critical stages using a new PAUSE deployment lifecycle hook. This allows for manual decision points, such as approvals or operational checks, before continuing the deployment. The feature is configurable for various deployment strategies and available through multiple AWS tools.

  • Continue or rollback paused deployments with new API

    Users can now manually continue or roll back paused deployments using the new ContinueServiceDeployment API. This API can be accessed via the Amazon ECS Console, AWS CLI, and AWS SDKs, providing direct control over deployment progression after a pause.

Enhancements (1)
  • Configure timeout and actions for pause hooks

    Pause hooks can be configured with timeout durations up to 14 days, with options to automatically continue or roll back the deployment if no action is taken within the timeout period. This adds an automated safety net to manual control points.

Notes (1)
  • Pause and continue feature available across AWS regions

    This new capability for Amazon ECS service deployments is available in all AWS commercial and AWS GovCloud (US) Regions. Documentation is available for pause hooks and continuing service deployments.

Read the original announcement →

https://aws.amazon.com/about-aws/whats-new/2026/05/amazon-ecs-pause-continue-deployments/

Related releases