Skip to content

Instantly share code, notes, and snippets.

@GoodMirek
Last active October 5, 2021 05:43
Show Gist options
  • Select an option

  • Save GoodMirek/5b159c3c2bbf12016f99a78bb400925c to your computer and use it in GitHub Desktop.

Select an option

Save GoodMirek/5b159c3c2bbf12016f99a78bb400925c to your computer and use it in GitHub Desktop.

Revisions

  1. GoodMirek renamed this gist Oct 5, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. GoodMirek created this gist Oct 5, 2021.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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>