[10:13] Hi! I'm trying to figure out if my /etc/cloud/cloud.cfg.d/99-installer.cfg will run per-boot or per-instance. How can I determine that? it containes a ```datasource:\n  None:\n    metadata: instace_id: \n    userdata_raw:\n#cloud-config\ngrowpart (...)``` (should mention also that I'm very new to cloud-init) [11:58] johannes47 : it will depend on the modules used as far as execution of the modules. Things like retrieving metadata and identifying datasource will occur on every boot, but cloud-config modules have different behaviour. bootcmd is an example that always runs: https://cloudinit.readthedocs.io/en/latest/reference/modules.html#bootcmd [11:59] you can search the docs for Module frequency: always to see what always runs. and i like the boot stages doc for reminders about general flow: https://cloudinit.readthedocs.io/en/latest/explanation/boot.html [13:09] Thank you very much. === nikolay_ is now known as hjckr === at_work_ is now known as at_work