AWS fsx documentation change
Summary
Added installation instructions for Lustre client and EFA driver via script, updated instance requirements, added GDS optimization commands, and corrected CLI syntax
Security assessment
Changes focus on installation procedures, command syntax corrections, and hardware requirements. No security vulnerabilities, patches, or security-specific features are mentioned. The typo fix ('—peer-credits' to '--peer-credits') prevents command failures but doesn't address a security flaw.
Diff
diff --git a/fsx/latest/LustreGuide/configure-efa-clients.md b/fsx/latest/LustreGuide/configure-efa-clients.md index 2519b8df4..7667d639c 100644 --- a//fsx/latest/LustreGuide/configure-efa-clients.md +++ b//fsx/latest/LustreGuide/configure-efa-clients.md @@ -41 +41,26 @@ EFA is supported on Nitro v4 (or higher) EC2 instances that support EFA, excludi -If you are using a [Deep Learning AMI](https://docs.aws.amazon.com/dlami/latest/devguide/what-is-dlami.html), you can skip this step as both the EFA driver and NVIDIA GPUDirect Storage (GDS) driver are pre-installed. +If you are using a [Deep Learning AMI](https://docs.aws.amazon.com/dlami/latest/devguide/what-is-dlami.html), you can skip this step as the Lustre client, EFA driver and NVIDIA GPUDirect Storage (GDS) driver are pre-installed. + +### Install the Lustre client and EFA driver + +###### To quickly install the Lustre client and EFA driver + + 1. Download and unzip the file containing the installation script: + + curl -O https://docs.aws.amazon.com/fsx/latest/LustreGuide/samples/install-fsx-lustre-client.zip + unzip install-fsx-lustre-client.zip + + 2. Change to the `install-fsx-lustre-client` folder and run the installation script: + + cd install-fsx-lustre-client + sudo ./bin/install-fsx-lustre-client.sh --install-lustre --install-efa + +The script automatically does the following: + + * Installs the Lustre client + + * Installs the EFA driver + + * Verifies the Lustre client and EFA driver installation + +For a list of options and usage examples you can use with the `install-fsx-lustre-client.sh` script, see the `README.md` file in the zip file. + @@ -43 +67,0 @@ If you are using a [Deep Learning AMI](https://docs.aws.amazon.com/dlami/latest/ -### Install the EFA driver @@ -45 +68,0 @@ If you are using a [Deep Learning AMI](https://docs.aws.amazon.com/dlami/latest/ -Follow the instructions in [Step 3: Install the EFA software](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html#efa-start-enable) in the _Amazon EC2 User Guide_. @@ -53 +76 @@ Requirements: - * Amazon EC2 P5, P5e, P5en, P6-B200, or P6e-GB200 instance + * Amazon EC2 P5, P5e, P5en, or P6-B200 instance @@ -94,0 +118 @@ To access an FSx for Lustre file system using an EFA interface, you must install + # for regular IO @@ -96,0 +121,4 @@ To access an FSx for Lustre file system using an EFA interface, you must install + # for NVIDIA GPUDirect Storage (GDS) IO + sudo ./setup.sh --optimized-for-gds + + @@ -153 +181 @@ You can manually manage EFA interfaces using the following commands: - 1. View available EFA devices: + 1. View available EFA interfaces: @@ -168 +196 @@ You can manually manage EFA interfaces using the following commands: - sudo lnetctl net add --net efa --if device_name —peer-credits 32 + sudo lnetctl net add --net efa --if device_name --peer-credits 32