AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-10-25 · Documentation low

File: AWSEC2/latest/UserGuide/public-nvidia-driver.md

Summary

Changed CUDA repository configuration commands from dnf config-manager to wget + dpkg installation

Security assessment

This appears to be a routine update to package installation instructions without any security context or implications mentioned.

Diff

diff --git a/AWSEC2/latest/UserGuide/public-nvidia-driver.md b/AWSEC2/latest/UserGuide/public-nvidia-driver.md
index e52da3866..cf970574e 100644
--- a//AWSEC2/latest/UserGuide/public-nvidia-driver.md
+++ b//AWSEC2/latest/UserGuide/public-nvidia-driver.md
@@ -179 +179,2 @@ To view instructions on the NVIDIA developer website, see [CUDA Toolkit Download
-    $ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/amzn2023/x86_64/cuda-amzn2023.repo
+    $ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
+    $ sudo dpkg -i cuda-keyring_1.1-1_all.deb