Skip to content

Commit 089f622

Browse files
committed
Update README for instance reboot behavior
1 parent 03e86b2 commit 089f622

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ by setting the environment variable `DEFAULT_MAX_KEEP_IMAGES` in the
8989
cloudformation for the lambda function. Alternatively, you can control this on
9090
an instance by instance basis by setting the following tag key:value pair on the
9191
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

Comments
 (0)