View deployment group details with CodeDeploy - Amazon CodeDeploy
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

View deployment group details with CodeDeploy

You can use the CodeDeploy console, the Amazon CLI, or the CodeDeploy APIs to view details about all deployment groups associated with an application.

View deployment group details (console)

To use the CodeDeploy console to view deployment group details:

  1. Sign in to the Amazon Web Services Management Console and open the CodeDeploy console at https://console.amazonaws.cn/codedeploy.

    Note

    Sign in with the same user that you set up in Getting started with CodeDeploy.

  2. In the navigation pane, expand Deploy, then choose Applications.

  3. On the Applications page, choose the application name associated with the deployment group.

    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 Amazon Web Services General Reference. CodeDeploy is supported in these regions only.

  4. To view details about an individual deployment group, on the Deployment groups tab, choose the name of the deployment group.

View deployment group details (CLI)

To use the Amazon CLI to view deployment group details, call either the get-deployment-group command or the list-deployment-groups command.

To view details about a single deployment group, call the get-deployment-group command, specifying:

  • The application name associated with the deployment group. To obtain the application name, call the list-applications command.

  • The deployment group name. To get the deployment group name, call the list-deployment-groups command.

To view a list of deployment group names, call the list-deployment-groups command, specifying the application name associated with the deployment groups. To get the application name, call the list-applications command.