List and view pipeline details - EC2 Image Builder
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).

List and view pipeline details

This section describes the various ways that you can find information and view details for your EC2 Image Builder image pipelines.

List image pipelines from the Amazon CLI

The following example shows how to use the list-image-pipelines command in the Amazon CLI to list all of your image pipelines.

aws imagebuilder list-image-pipelines

Get image pipeline details from the Amazon CLI

The following example shows how to use the get-image-pipeline command in the Amazon CLI to get the details about an image pipeline through its ARN.

aws imagebuilder get-image-pipeline --image-pipeline-arn arn:aws:imagebuilder:us-west-2:123456789012:image-pipeline/my-example-pipeline