[05:25] hey, is write_files correct module to be used in user-data if I want to add once/boot scripts to an instance? [06:32] i wish i knew what that means [10:14] o/ [10:15] There's another section for boot only scripts. [10:15] oh they left. [10:16] If I install packages via the packages section, can I run a script after they have been installed? Or is that what runcmd does by default? [10:17] Also, what order are the write_files performed? [10:17] before, after or during runcmd? [10:36] Can I also add routes to whatever the primary network interface is? [10:38] I basically want the default behaviour (if I don't specify a network section) but I want to add in some routes. [11:19] if you look at the config file, the order they're in there is the order they are ran [13:19] meena: so write_files will only happen after all specified packages are installed? [13:19] Cause I haven't seen that