1 Answers
0
Hi, you'll have to merge both into a single script and attach it to the notebook instance.
answered 6 days ago
Relevant questions
SageMaker Studio domain lifecycle configuration for hosting VSCode not working and no error logs
asked 3 months agoHow to convert MediaStore lifecycle policy to s3 lifecycle rule
asked 2 months agoS3 Lifecycle cannot apply to S3 objects which are uploaded by unsigned requests.
asked 3 months agoSagemaker Notebook from Dev Endpoint
asked 6 months agoS3 Bucket Object Versioning & Lifecycle Rules - Applied to Existing Objects or only New?
Accepted Answerasked 5 years agoRun different notebooks present in same Sagemaker notebook instance using lifecycle configurations based on different lambda triggers
asked 3 months agoRun different notebooks present in same Sagemaker notebook instance with lifecycle configurations based on different lambda triggers
asked 3 months agoLifecycle scripts to access the notebook instance git repository
asked 3 years ago'AWS suggested' way to deal with object lock, glacier, and File Gateway (ie lifecycle logic / lamdbas)
asked 5 months agoAttach more than one lifecycle configuration to a notebook instance
asked 6 days ago
I have seen someone create a new script that will run two shell scripts : script 3 : sh script1.sh && sh script2.sh but that would work in normal shell. How could I create a third lifecycle script that runs the ARN paths of the other lifecycle configurations instead? I think copy pasting them all into one is rather unclear.