Hello all,
Is there any way to load files into the flash or to running-config during the startup?
We deploy cisco ASAv with terraform, but since there is a 16K limitation on the config template, we're looking for an option how to load the missing configuration from AWS S3 bucket with "copy /noconfirm https://s3-bucket/..... running-config"
Is there any chance that "copy" command in startup-config would run? (testing so far shows that this is not working).
Does anyone have any other idea/experience on how to load the missing config and all the files (hostscan, anyconnect images, profile XMLs....) automatically after/during the startup - so that we don't have to login and run the "copy" by ourselves?
Thank you very much