AWS AWSEC2 documentation change
Summary
Updated EFA installer version from 1.48.0 to 1.49.0, fixed apostrophes, and corrected documentation link
Security assessment
Version update and typo fixes without security implications. No vulnerability references or security features added.
Diff
diff --git a/AWSEC2/latest/UserGuide/efa-start.md b/AWSEC2/latest/UserGuide/efa-start.md index 594dd3dd5..5ca83aff8 100644 --- a//AWSEC2/latest/UserGuide/efa-start.md +++ b//AWSEC2/latest/UserGuide/efa-start.md @@ -182 +182 @@ You can also get the latest version by replacing the version number with `latest - $ curl -O https://efa-installer.amazonaws.com/aws-efa-installer-1.48.0.tar.gz + $ curl -O https://efa-installer.amazonaws.com/aws-efa-installer-1.49.0.tar.gz @@ -206 +206 @@ The command should return a fingerprint that is identical to `4E90 91BC BB97 A96 - $ wget https://efa-installer.amazonaws.com/aws-efa-installer-1.48.0.tar.gz.sig && gpg --verify ./aws-efa-installer-1.48.0.tar.gz.sig + $ wget https://efa-installer.amazonaws.com/aws-efa-installer-1.49.0.tar.gz.sig && gpg --verify ./aws-efa-installer-1.49.0.tar.gz.sig @@ -222 +222 @@ Show moreShow less - $ tar -xf aws-efa-installer-1.48.0.tar.gz && cd aws-efa-installer + $ tar -xf aws-efa-installer-1.49.0.tar.gz && cd aws-efa-installer @@ -448 +448 @@ Add the following statement to `/home/`username`/.cshrc`. - 10. By default, Intel MPI uses the operating system’s shared memory (`shm`) for intra-node communication, and it uses Libfabric (`ofi`) only for inter-node communication. Generally, this configuration provides the best performance. However, in some cases the Intel MPI shm fabric can cause certain applications to hang indefinitely. + 10. By default, Intel MPI uses the operating system's shared memory (`shm`) for intra-node communication, and it uses Libfabric (`ofi`) only for inter-node communication. Generally, this configuration provides the best performance. However, in some cases the Intel MPI shm fabric can cause certain applications to hang indefinitely. @@ -530 +530 @@ Install the HPC application on the temporary instance. The installation procedur -Refer to your HPC application’s documentation for installation instructions. +Refer to your HPC application's documentation for installation instructions. @@ -567 +567 @@ Launch your EFA-enabled instances into a cluster placement group using the EFA-e - * To ensure that capacity is available as you scale your cluster’s instances, you can create a Capacity Reservation for your cluster placement group. For more information, see [Use Capacity Reservations with cluster placement groups](./cr-cpg.html). + * To ensure that capacity is available as you scale your cluster's instances, you can create a Capacity Reservation for your cluster placement group. For more information, see [Use Capacity Reservations with placement groups](./cr-cpg.html).