Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. https://help.ubuntu.com/community/CloudInit
  2.  
  3.  
  4. simple user-data
  5.  
  6. $ cat myscript.sh
  7. #!/bin/sh
  8. echo "Hello World. The time is now $(date -R)!" | tee /root/output.txt
  9. $ euca-run-instances --key mykey --user-data-file myscript.sh ami-a07d95c9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement