本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
列出并查看管道详细信息
本节介绍了可以查找 EC2 Image Builder 映像管道的信息和查看详细信息的各种方法。
列出镜像管道 (Amazon CLI)
以下示例说明了如何使用imagebuilder list-image-pipelines中的命令Amazon CLI列出所有镜像管道。
aws imagebuilder list-image-pipelines
获取镜像管道详细信息(Amazon CLI)
以下示例说明了如何使用imagebuilder get-image-pipeline中的命令Amazon CLI以指定 ARN 以获取镜像管道详细信息。
aws imagebuilder get-image-pipeline --image-pipeline-arn arn:aws:imagebuilder:us-west-
2:123456789012
:image-pipeline/my-example-pipeline