Skip to content

Commit a6e1e74

Browse files
author
AWS
committed
EC2 Image Builder Update: Update to documentation to reapply missing change to SSM uninstall switch default value and improve description.
1 parent 35ec3bb commit a6e1e74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "EC2 Image Builder",
4+
"contributor": "",
5+
"description": "Update to documentation to reapply missing change to SSM uninstall switch default value and improve description."
6+
}

services/imagebuilder/src/main/resources/codegen-resources/service-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4383,7 +4383,7 @@
43834383
"members":{
43844384
"uninstallAfterBuild":{
43854385
"shape":"NullableBoolean",
4386-
"documentation":"<p>This property defaults to true. If Image Builder installs the SSM agent on a build instance, it removes the agent before creating a snapshot for the AMI. To ensure that the AMI you create includes the SSM agent, set this property to false.</p>"
4386+
"documentation":"<p>Controls whether the SSM 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.</p>"
43874387
}
43884388
},
43894389
"documentation":"<p>Contains settings for the SSM agent on your build instance.</p>"

0 commit comments

Comments
 (0)