列出并查看管道详情 - EC2 Image Builder
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

列出并查看管道详情

本节介绍查找Image Builder EC2 图像管道的信息和查看详细信息的各种方法。

列出来自的图像管道 Amazon CLI

以下示例说明如何使用中的list-image-pipelines命令列 Amazon CLI 出所有图像管道。

aws imagebuilder list-image-pipelines

从中获取图像管道的详细信息 Amazon CLI

以下示例说明如何使用中的get-image-pipeline命令通过 ARN 获取有关图像管道的详细信息。 Amazon CLI

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