Skip to content

Commit 2ddeaa1

Browse files
committed
[Storage] Restore default EBS volume size to 40GB.
1 parent 86f1601 commit 2ddeaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/pcluster/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"io2": 100,
126126
"gp3": 3000,
127127
}
128-
EBS_VOLUME_SIZE_DEFAULT = 45
128+
EBS_VOLUME_SIZE_DEFAULT = 40
129129
EBS_VOLUME_TYPE_DEFAULT = "gp3"
130130

131131
DEFAULT_MAX_COUNT = 10

0 commit comments

Comments
 (0)