From 51c4d1ad761a5d8527af092b842f87b1f3444992 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Tue, 14 Nov 2023 09:33:21 -0800 Subject: [PATCH] [IT-3305] reduce EFS costs Change EFS throughput mode from provisioned to burstable to further reduce EFS cost. Related to issue IT-3184 --- config/infra-dev/nextflow-efs-file-system.yaml | 1 - config/infra-prod/nextflow-efs-file-system.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/infra-dev/nextflow-efs-file-system.yaml b/config/infra-dev/nextflow-efs-file-system.yaml index ac3b0843..9f85d0a0 100644 --- a/config/infra-dev/nextflow-efs-file-system.yaml +++ b/config/infra-dev/nextflow-efs-file-system.yaml @@ -12,7 +12,6 @@ parameters: SubnetId: !stack_output_external nextflow-ecs-cluster::EcsAutoScalingGroupSubnetId EcsSecurityGroupId: !stack_output_external nextflow-ecs-security-group::SecurityGroupId NextflowTowerConfigBucketArn: !stack_output_external nextflow-tower-config-dev::BucketArn - ThroughputMode: provisioned stack_tags: {{stack_group_config.default_stack_tags}} diff --git a/config/infra-prod/nextflow-efs-file-system.yaml b/config/infra-prod/nextflow-efs-file-system.yaml index 48de8368..a5b167b0 100644 --- a/config/infra-prod/nextflow-efs-file-system.yaml +++ b/config/infra-prod/nextflow-efs-file-system.yaml @@ -12,7 +12,6 @@ parameters: SubnetId: !stack_output_external nextflow-ecs-cluster::EcsAutoScalingGroupSubnetId EcsSecurityGroupId: !stack_output_external nextflow-ecs-security-group::SecurityGroupId NextflowTowerConfigBucketArn: !stack_output_external nextflow-tower-config::BucketArn - ThroughputMode: provisioned stack_tags: {{stack_group_config.default_stack_tags}}