This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ImageBuilder::ImageRecipe SystemsManagerAgent
Contains settings for the Systems Manager agent on your build instance.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "UninstallAfterBuild" :
Boolean
}
YAML
UninstallAfterBuild:
Boolean
Properties
UninstallAfterBuild
-
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
Required: No
Type: Boolean
Update requires: No interruption