I've just try the Debian 7.1 AMI on AWS(from the Marketplace). I've some problem with my user-data script. He's not executed during the boot time, my script works well with the Amazon AMI but not with Debian(I've also try with a simple script: echo "toto" > /tmp/test.log but nothing).
Any idea?
Thanks
Matt
P.S: I start my script with #!/bin/bash