When launching Lambda Cloud instances, I also connect a storage to it.
I’ve seen that the content of the storage persists after restarting an instance, but that’s not true for my workspace configuration (like conda environments/ssh keys).
Is there a way to make those persistent?
One option is to save your conda environments and SSH keys to persistent storage, then symlink them to your instances’ local storage.
I use a virtual environment stored on the persistent Filesystem. That way, the environment my tools access is consistent, rather than disappearing each time I shut down an instance.