Last active
November 30, 2020 21:35
-
-
Save mcasperson/7f2e29bec3967960fd8155c4c08450a4 to your computer and use it in GitHub Desktop.
EC2 Windows UserData log location
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 characters
| C:\ProgramData\Amazon\EC2-Windows\Launch\Log\ | |
| C:\ProgramData\Amazon\EC2-Windows\Launch\Log\UserdataExecution.log | |
| get-content C:\ProgramData\Amazon\EC2-Windows\Launch\Log\UserdataExecution.log -wait | |
| get-content -wait C:\vagrant.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment