AWS imagebuilder documentation change
Summary
Added documentation about watermark names for tracking AMI lineage
Security assessment
The change introduces watermarking as a traceability feature for AMI lineage, which supports audit capabilities but doesn't directly address security vulnerabilities or security-specific features.
Diff
diff --git a/imagebuilder/latest/userguide/manage-recipes.md b/imagebuilder/latest/userguide/manage-recipes.md index d9e2ba819..9d5cbac68 100644 --- a//imagebuilder/latest/userguide/manage-recipes.md +++ b//imagebuilder/latest/userguide/manage-recipes.md @@ -11 +11 @@ Clean up resources -An EC2 Image Builder recipe defines the base image to use as your starting point to create a new image, along with the set of components that you add to customize your image and verify that everything works as expected. Image Builder provides automatic version choices for each component. By default, you can apply up to 20 components to a recipe. This includes both build and test components. +An EC2 Image Builder recipe defines the base image to use as your starting point to create a new image, along with the set of components that you add to customize your image and verify that everything works as expected. For image recipes, you can also specify watermark names to track the lineage of output AMIs. For more information, see [Track AMI lineage with watermarks](./ami-watermarks.html). Image Builder provides automatic version choices for each component. By default, you can apply up to 20 components to a recipe. This includes both build and test components. @@ -30,0 +31,2 @@ This section covers how to list, view, and create recipes. + * [Track AMI lineage with watermarks](./ami-watermarks.html) +