We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e86b2 commit 089f622Copy full SHA for 089f622
README.md
@@ -89,3 +89,10 @@ by setting the environment variable `DEFAULT_MAX_KEEP_IMAGES` in the
89
cloudformation for the lambda function. Alternatively, you can control this on
90
an instance by instance basis by setting the following tag key:value pair on the
91
instance: `lambda-ebs-backup/max-keep-images`.
92
+
93
+#### Controlling reboot behvior for images.
94
95
+By default, we will reboot the instance when creating an image of it. However,
96
+you might prefer that the instance does not reboot and wish to chance it on
97
+filesystem integrity. You can allow this by setting the tag key:value pair to
98
+`lambda-ebs-backup/reboot-on-image:false` on your instance.
0 commit comments