http://imagebuilder.{region}.amazonaws.com/CreateImagePipelineCreates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
The name of the image pipeline.
The tags of the image pipeline.
The status of the image pipeline.
A schedule configures how often and when a pipeline will automatically create a new image.
The idempotency token used to make this request idempotent.
The description of the image pipeline.
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
Configure image tests for your pipeline build. Tests run after building the image, to verify that the AMI or container image is valid before distributing it.
Contains settings for Image Builder image resource and container image scans.
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
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.
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://imagebuilder.{region}.amazonaws.com/CreateImagePipeline' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://imagebuilder.{region}.amazonaws.com/CreateImagePipelineCreates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
The name of the image pipeline.
The tags of the image pipeline.
The status of the image pipeline.
A schedule configures how often and when a pipeline will automatically create a new image.
The idempotency token used to make this request idempotent.
The description of the image pipeline.
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
Configure image tests for your pipeline build. Tests run after building the image, to verify that the AMI or container image is valid before distributing it.
Contains settings for Image Builder image resource and container image scans.
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
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.
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://imagebuilder.{region}.amazonaws.com/CreateImagePipeline' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}