Hi,
I'm on AWS and I use the latest version of the Debian AMI(7.1 from the marketplace). She's works well but I've just one issue with the execution of my user-data.
He's not executed during the boot.
However he begins with #!/bin/bash
I've try with this simple script:
#!/bin/bash
echo "toto" > /tmp/test.log
But nothing is happening.
If I do a curl to retry my user-data, I can see my script:
Someone has an idea?
Thanks
Matthieu