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
First, get the needed script according to the instance type you want to run.
29
29
Set the following values in the script:
30
30
- SECRET_NAME - Secret name has it been saved in AWS secret manager
31
31
- AWS_REGION - AWS secret manager region
32
-
- FSXN_ADMIN_IP - FSXn administrator IP
33
-
- VOLUME_NAME - The name of the volume you want to create in your FSXn.
32
+
- FSXN_ADMIN_IP - FSxN administrator IP
33
+
- VOLUME_NAME - The name of the volume you want to create in your FSxN.
34
34
- VOLUME_SIZE - The size of the volume you want to create in GB e.g [100g]
35
35
- SVM_NAME - The SVM name, if you have another SVM which is not the default 'fsx'.
36
36
@@ -45,15 +45,15 @@ If an error occurs while the installation is running, the process will be termin
45
45
2. AWS Microsoft Windows Server 2025
46
46
Set the following values in the script:
47
47
- $secretId - secret ARN from yours AWS secret manager
48
-
- $ip - FSXn administrator IP
49
-
- $password - FSXn administrator password
50
-
- $volName - The name of the volume you want to create in your FSXn.
48
+
- $ip - FSxN administrator IP
49
+
- $password - FSxN administrator password
50
+
- $volName - The name of the volume you want to create in your FSxN.
51
51
- $volSize - The size of the volume you want to create in GB e.g [100]
52
52
- $drive_letter - The drive letter to assign to the volume.
53
53
54
54
Save the script file.
55
55
56
-
In AWS console EC2 -
56
+
## In AWS console EC2 -
57
57
58
58
For Linux installation:
59
59
- Launch new instance fill in the server name and select 'Amazon Linux' then select under Amazon Machine Image select 'Amazon Linux 2023 AMI' fill in any other required data,
@@ -67,6 +67,3 @@ For Windows installation:
67
67
go to Advanced details and scroll down to User data, press 'choose file', and select the script file you have saved.
68
68
Launch the instance.
69
69
The installation log file can be found at: C:\Users\Administrator\install.log
0 commit comments