telia-oss / terraform-aws-ecs-fargate

Terraform module which creates Fargate ECS resources on AWS.
https://registry.terraform.io/modules/telia-oss/ecs-fargate/aws
MIT License
82 stars 75 forks source link

Add support to set ephemeral storage for task #93

Open doppelc opened 2 months ago

doppelc commented 2 months ago

ECS tasks by default seem to receive 21 GiB of ephemeral storage. This PR adds support to change it up to the supported 200 GiB.

Increased ephemeral storage may fit some use cases better than EFS volumes.