As part of my cloud-init, I need to download a large file (ie. a 6GB toolchain / SDK). This step is executed through runcmd and takes 3-5 minutes, which is about half of the time of the initialization process.
Is it possible to at least start the download in the background earlier (ie, as part of bootcmd) and proceed with the rest of initialization (ie, apt-get install ...)?