Is there an option you can disk space set for farg...
# prefect-community
m
Is there an option you can disk space set for fargate cluster? Along the lines of:
Copy code
"ephemeralStorage": {
   "sizeInGiB": 200
}
k
Fargate cluster as resource manager right?
I guess it would be the volumes argument here ? But wouldn’t it be easier to just write into something like S3 instead? The workers can independently save/load data
m
I'm loading some files from S3 to disk for training ML models.
Not sure if it is volumes, you can create an ephemeral storage that only the container can see.
Volumes I guess would be something used for all the workers?
k
Yes they are (they use EFS), but I took a peek at the docs and don’t really have insight how to set it up. S3 would be simpler
m
I guess I could just load from s3 right? Skip a step. Thanks
k
Yeah 👍
👍 1