EC2 Image Builder Image Pipeline

An EC2 Image Builder Image Pipeline is a resource in AWS that automates the creation, management, and deployment of customized machine images. It defines the workflow for building images, including the source image, build components, tests, and distribution settings. The pipeline ensures images are kept up to date with the latest patches and configurations, reducing manual effort and improving consistency across environments.

aws.imagebuilder_image_pipeline

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the image pipeline.
container_recipe_arncorestringThe Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
date_createdcorestringThe date on which this image pipeline was created.
date_last_runcorestringThis is no longer supported, and does not return a value.
date_next_runcorestringThe next date when the pipeline is scheduled to run.
date_updatedcorestringThe date on which this image pipeline was last updated.
descriptioncorestringThe description of the image pipeline.
distribution_configuration_arncorestringThe Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
enhanced_image_metadata_enabledcoreboolCollects 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.
execution_rolecorestringThe name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.
image_recipe_arncorestringThe Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
image_scanning_configurationcorejsonContains settings for vulnerability scans.
image_tests_configurationcorejsonThe image tests configuration of the image pipeline.
infrastructure_configuration_arncorestringThe Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
namecorestringThe name of the image pipeline.
platformcorestringThe platform of the image pipeline.
schedulecorejsonThe schedule of the image pipeline.
statuscorestringThe status of the image pipeline.
tagscorehstore
workflowscorejsonContains the workflows that run for the image pipeline.