Skip to content

Commit e382147

Browse files
authored
Add larger ephemeral storage configuration to ECS task definition (#2421)
1 parent be1e1c5 commit e382147

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terraform/modules/aws-ecs-fargate-task/12-aws-ecs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ resource "aws_ecs_task_definition" "task_definition" {
4646
operating_system_family = "LINUX"
4747
cpu_architecture = "X86_64"
4848
}
49+
50+
ephemeral_storage {
51+
size_in_gib = 50
52+
}
4953
}
5054

5155
resource "aws_cloudwatch_log_group" "ecs_task_logs" {

0 commit comments

Comments
 (0)