Skip to content

Commit

Permalink
Switch to ELASTIC mode for the EFS (#483)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jul 23, 2024
1 parent d79438d commit 5d1b0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compute/jenkins-main-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5d1b0f0

Please sign in to comment.