Last active
October 5, 2021 05:43
-
-
Save GoodMirek/5b159c3c2bbf12016f99a78bb400925c to your computer and use it in GitHub Desktop.
Revisions
-
GoodMirek renamed this gist
Oct 5, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
GoodMirek created this gist
Oct 5, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Running user data on EC2 instance during every boot (default is that it runs only on first boot during instance launch): # Add the following tag to user data: # <persist>true</persist> # Example: <script>net start codedeployagent</script> <persist>true</persist>