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
fileSystemName: Is the name you want to assign the file system.
26
26
subnetID1: Is the subnet ID of the preferred subnet you want the file system to be accessible from.
27
27
subnetID2: Is the subnet ID of the standby subnet you want the file system to be accessible from. Only allowed for multi availability zone deployments.
28
28
security-group-id: Is the security ID that you want applied to the ENIs that are assigned to the file system.
29
29
region: Is the AWS region where the FSxN file system will reside.
30
-
availability: Specifies whether the HA pair should be spread across 'single' or 'multiple' availability zones. Valid settings are 'Single' or 'Multi' (default).
31
-
size: Is size, in gigabytes, you want the file system to be. Minimum and the default is 1024.
32
-
throughput: Is the throughput capacity you the file system to have. Valid numbers are 128, 256, 512, 1024, 2048, and 4096. Default is 128.
30
+
availability: Specifies whether the HA pair should be spread across 'single' or 'multiple' availability zones. Valid settings are 'single' or 'multi' (default).
31
+
size: Is size, in gigabytes, you want the file system to be. Minimum is 1024 per number of HA pairs. Default is 1024.
32
+
throughput: Is the throughput capacity you the file system to have. Valid Gen1 numbers are 128, 256, 512, 1024, 2048, and 4096. Valid Gen2 numbers are 384, 768, 1536, 3072, and 6144. Default is 128.
33
+
numberPairs: Is the number of HA pairs you want the file system to have. Can only be greater than 1 with throupghput numbers of 1536, 3072, and 6144. Default is 1.
33
34
CIDR: Is an address range that the system management, and data access, IPs will be allocated from. It is only allowed for multi availability zone deployments.
34
-
--wait: Forces the script to wait until the file system is created before returning.
35
+
-wait: Forces the script to wait until the file system is created before returning.
35
36
EOF
36
37
exit 1
37
38
}
@@ -49,6 +50,29 @@ MaxIterations=180
49
50
# Set the number of seconds to wait between checks that the file system
0 commit comments