List and view pipeline details - EC2 Image Builder

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 (AWS CLI)

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

aws imagebuilder list-image-pipelines

Get image pipeline details (AWS CLI)

The following example shows how to use the get-image-pipeline command in the AWS 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