1
votes

I have ECS FARGATE Cluster running with few fargate containers (NOT ECS INSTANCE).

I would like to increase Fargate container storage volume.

I know Default is 10GB, Is it possible to increase it more then 15GB?

Or

Is there any other alternative way to store files in one place and access by Fargate Container?

1
Fargate storage is ephemeral. One of the options is that you can store your files in S3. - Haran

1 Answers

2
votes

I don't think you can extend volume size in Fargate container, instead of that, you can use the s3 bucket as a storage option.