Skip to content

Instantly share code, notes, and snippets.

@mehstg
Created May 10, 2019 09:10
Show Gist options
  • Save mehstg/be10f40c01b9a02095a1d92157bc4bbb to your computer and use it in GitHub Desktop.
Save mehstg/be10f40c01b9a02095a1d92157bc4bbb to your computer and use it in GitHub Desktop.
AWS Launch Config Tee to file
#!/bin/bash -xe
exec > >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment