AWS AWSEC2 documentation change
Summary
Updated EFA installer version from 1.44.0 to 1.45.0 in download/verification commands
Security assessment
Routine version update for the Elastic Fabric Adapter installer. No security context provided in the diff; appears to be a standard dependency update without security implications.
Diff
diff --git a/AWSEC2/latest/UserGuide/efa-start-nccl.md b/AWSEC2/latest/UserGuide/efa-start-nccl.md index beac20f91..65647709f 100644 --- a//AWSEC2/latest/UserGuide/efa-start-nccl.md +++ b//AWSEC2/latest/UserGuide/efa-start-nccl.md @@ -438 +438 @@ 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.44.0.tar.gz + $ curl -O https://efa-installer.amazonaws.com/aws-efa-installer-1.45.0.tar.gz @@ -462 +462 @@ The command should return a fingerprint that is identical to `4E90 91BC BB97 A96 - $ wget https://efa-installer.amazonaws.com/aws-efa-installer-1.44.0.tar.gz.sig && gpg --verify ./aws-efa-installer-1.44.0.tar.gz.sig + $ wget https://efa-installer.amazonaws.com/aws-efa-installer-1.45.0.tar.gz.sig && gpg --verify ./aws-efa-installer-1.45.0.tar.gz.sig @@ -478 +478 @@ Show moreShow less - $ tar -xf aws-efa-installer-1.44.0.tar.gz && cd aws-efa-installer + $ tar -xf aws-efa-installer-1.45.0.tar.gz && cd aws-efa-installer