[15:10] I cannot seem to get cloud-init to work on ubuntu 18.04 on ec2. The script is placed in /var/lib/cloud/instances/*/user-data.txt but not executed [15:10] I tried with a very basic test from the ubuntu wiki [15:10] #!/bin/sh [15:10] echo "Hello World. The time is now $(date -R)!" | tee /root/output.txt [15:11] also, are logs from the user data script saved somewhere? === icarusfactor is now known as factor