[07:10] hi. i did a simple script to run cli53 tool to record my ip address instance into aws route53 , if i run manually script works. but using cloud-init with runcmd: - /usr/local/bin/route53_script.sh not work. what i'm missing? [07:19] emper0r: What do you expect to happen? It's hard to suggest anything without more detail. [07:19] just execute the script [07:19] i add a simple log when run to verify if was execute but is like ignore [07:19] i tried in many way [07:20] - /usr/local/bin/script.sh - script.sh - sudo script.sh - sudo /usr/local/bin/script. [07:20] nothing [07:20] Are you expecting this to run every boot? [07:20] yes [07:20] oh including this [ 'sh', '-c', 'script' ] [07:21] is to autoregistrate ip addres in my private zone. [07:22] so have cli53 tool on AMI to when boot ec2 isntance auto register [07:22] https://cloudinit.readthedocs.io/en/latest/topics/modules.html#runcmd [07:22] runcmd does not run every boot [07:24] See the module frequency value [07:27] hmmm.. i see [07:29] i'll try bootcmd [07:31] is possible run cloud init in the same ec2 to "simulate" and see if run with the parameters set ? [07:35] bootcmd: not work :S is frustrating [07:37] ok thx anyway...