Notebook jobs are running periodically, but very briefly to execute a small task. For the sake of cost savings I would like to make sure that they are only consuming resources during the execution.
It's not clear to me from the documentation whether a scheduled notebook job will spin up it's own environment during execution or require that there is an existing Sagemaker instance/app/kernel available on which it can execute.