You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Sets up an FSX for Lustre filesystem with PERSISTENT_1 deployment type using SSD storage.
4
+
5
+
Parameters:
6
+
StorageCapacity:
7
+
Description: >-
8
+
The storage capacity of the file system that you're creating.
9
+
The valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
10
+
Default: 1200
11
+
Type: Number
12
+
ImportPath:
13
+
Description: The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system
Copy file name to clipboardExpand all lines: cft-templates/pcluster.yaml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Metadata:
17
17
- HeadNodeInstanceType
18
18
- VpcId
19
19
- HeadNodeSubnetId
20
+
- FileSystemId
20
21
- Label:
21
22
default: Scheduler Configuration
22
23
Parameters:
@@ -107,6 +108,10 @@ Parameters:
107
108
CustomAMI:
108
109
Type: String
109
110
Description: Enter the AMI Id of a custom AMI if you wish to use a non-default AMI. e.g. ami-12345678. The AMI Id entered should exist in this project account and region
111
+
Default: default
112
+
FileSystemId:
113
+
Type: String
114
+
Description: Enter the File System Id of the FSx for Lustre file system which you want to use. e.g. fs-12345678. Leave this field to default if you do not want to use FSx for Lustre
0 commit comments