本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
列出和檢視管道詳細資訊
本節說明您可以尋找 EC2 Image Builder 映像管道資訊和檢視詳細資訊的各種方式。
從 列出映像管道 AWS CLI
下列範例顯示如何使用 中的 list-image-pipelines 命令 AWS CLI 來列出所有映像管道。
aws imagebuilder list-image-pipelines
從 取得映像管道詳細資訊 AWS CLI
下列範例示範如何在 中使用 get-image-pipeline命令 AWS CLI ,透過其 取得映像管道的詳細資訊ARN。
aws imagebuilder get-image-pipeline --image-pipeline-arn arn:aws:imagebuilder:us-west-
2:123456789012
:image-pipeline/my-example-pipeline