From 5d1b0f0a4f3fdc8859f6df55aec7235a22394a26 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 23 Jul 2024 15:06:51 -0400 Subject: [PATCH] Switch to ELASTIC mode for the EFS (#483) Signed-off-by: Peter Zhu --- lib/compute/jenkins-main-node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compute/jenkins-main-node.ts b/lib/compute/jenkins-main-node.ts index 7d0fce4..40ff281 100644 --- a/lib/compute/jenkins-main-node.ts +++ b/lib/compute/jenkins-main-node.ts @@ -113,7 +113,7 @@ export class JenkinsMainNode { encrypted: true, enableAutomaticBackups: true, performanceMode: PerformanceMode.GENERAL_PURPOSE, - throughputMode: ThroughputMode.BURSTING, + throughputMode: ThroughputMode.ELASTIC, securityGroup: props.efsSG, }); this.EFS_ID = efs.fileSystemId;