Skypilot reuse hard drives #2559
Replies: 2 comments 3 replies
-
Is it possible to use a S3 bucket? It can be mounted to each SkyPilot cluster. It is natively supported in Managed Spot (https://skypilot.readthedocs.io/en/latest/examples/spot-jobs.html#checkpointing-and-recovery) either for read-only datasets or read-write checkpoints. The mounting support works for object storage buckets. Supporting EBS is tracked in #2387. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately no. I didn't measure the required runtime, but I am thinking of somewhere along the lines of 500GB-1000GB data randomly accessible to many short runs (10s of seconds). If I do that, I imagine I'll need to download all of that information and only then start my run which would increase my runtime significantly. |
Beta Was this translation helpful? Give feedback.
-
I plan to use Skypilot on (Mainly AWS) preemptible instances (Spots). My code requires a lot of input coming through the hard drive, which I would rather not recreate on every machine creation.
Is it possible to request Skypilot to reuse given (possibly read-only) hard drives between runs/on preemptions?
Beta Was this translation helpful? Give feedback.
All reactions