Hey
@Kha Nguyen, for temporary resources, check
this link . You can use Prefect to spinup the hardware are use that more the jobs. This way, the memory management is pushed to Dask. Prefect does not handle garbage collection well at the moment. We do have users that write out to S3 and load it in for downstream tasks. Some users code it on their own with boto3, and some use our
Results API , which has an S3Result which uses boto3 underneath. PandasSerializer is used in conjunction with the ResultsAPI to serialize before saving.