Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.23 KB

File metadata and controls

34 lines (22 loc) · 2.23 KB

Stop a Deployment with CodeDeploy

You can use the CodeDeploy console, the AWS CLI, or the CodeDeploy APIs to stop deployments associated with your AWS account.

Warning
Stopping an EC2/On-Premises deployment can leave some or all of the instances in your deployment groups in an indeterminate deployment state. For more information, see Stopped and Failed Deployments.

Topics

Stop a deployment (console)

  1. Sign in to the AWS Management Console and open the CodeDeploy console at https://console.aws.amazon.com/codedeploy. Note
    Sign in with the same account or IAM user information that you used in Getting Started with CodeDeploy.

  2. In the navigation pane, expand Deploy, and then choose Deployments. Note
    If no entries are displayed, make sure the correct region is selected. On the navigation bar, in the region selector, choose one of the regions listed in Region and Endpoints in the AWS General Reference. CodeDeploy is supported in these regions only.

  3. Choose the deployment you want to stop do one of the following:

    1. Choose Stop deployment to stop the deployment without a rollback.

    2. Choose Stop and roll back deployment to stop and roll back the deployment

    For more information, see Redeploy and Roll Back a Deployment with CodeDeploy. Note
    If Stop deployment and Stop and roll back deployment are unavailable, the deployment has progressed to a point where it cannot be stopped.

Stop a deployment (CLI)

Call the stop-deployment command, specifying the deployment ID. To view a list of deployment IDs, call the list-deployments command.