-
-
Save efueyo/ed346e97a544845df6d67cdfa51ce1e6 to your computer and use it in GitHub Desktop.
user_data.sh
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
| #!/usr/bin/env bash | |
| ssh -i ssh_key.pem [email protected] "echo $(date) >> /tmp/task.log"; | |
| halt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment