View deployment configuration 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 configuration details with CodeDeploy

You can use the CodeDeploy console, the Amazon CLI, or the CodeDeploy APIs to view details about deployment configurations associated with your Amazon account. For descriptions of the predefined CodeDeploy deployment configurations, see Predefined deployment configurations for an EC2/on-premises compute platform.

View deployment configuration details (console)

To use the CodeDeploy console to view a list of deployment configuration names:

  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, and choose Deployment configurations.

    Here you can see the deployment configuration names and criteria for each deployment configuration.

    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.

View deployment configuration (CLI)

To use the Amazon CLI to view deployment configuration details, call either the get-deployment-config command or the list-deployment-configs command.

To view details about a single deployment configuration, call the get-deployment-config command, specifying the unique deployment configuration name.

To view details about multiple deployment configurations, call the list-deployments command.