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;