Attach more than one lifecycle configuration to a notebook instance

0

I have implemented the auto-stop-idle and persistent-conda-kernels lifecycle configurations and they both work. However, I cannot seem to find how to attach both to a single notebook instance. How can I do that?

Lifecycle configuration scripts found in aws sample scripts.

1 Answer
0

Hi, you'll have to merge both into a single script and attach it to the notebook instance.

AWS
Durga_S
answered 2 years 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions