store it in an S3 bucket and then reference it from there? or store it on EFS and mount an EFS volume
b
bored-car-93231
12/29/2023, 3:45 PM
s3 bucket seems simple enough, thanks @billowy-army-68599 I haven't tried EFS before. Do you have an idea of the advantages over a bucket?
b
billowy-army-68599
12/29/2023, 3:48 PM
EFS will give you a filesystem where s3 will require you to instrument object storage. If you’re already using the local filesystem, EFS will be easier on your app, but harder to configure infra wise