v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1456338351.9 KB

Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.

put/CreateImagePipeline

Request body

namestring required

The name of the image pipeline.

descriptionstring

The description of the image pipeline.

imageRecipeArnstring

The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.

containerRecipeArnstring

The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.

infrastructureConfigurationArnstring required

The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.

distributionConfigurationArnstring

The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.

enhancedImageMetadataEnabledboolean

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

status'DISABLED' | 'ENABLED'

The status of the image pipeline.

tagsobject

The tags of the image pipeline.

clientTokenstring required

The idempotency token used to make this request idempotent.

Response

Success

requestIdstring

The request ID that uniquely identifies this request.

clientTokenstring

The idempotency token used to make this request idempotent.

imagePipelineArnstring

The Amazon Resource Name (ARN) of the image pipeline that was created by this request.