AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-04-11 · Documentation low

File: AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.md

Summary

Changed psql client installation command from amazon-linux-extras to yum

Security assessment

Routine package installation instruction update with no security context

Diff

diff --git a/AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.md b/AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.md
index 85635511c..3e1f73c1f 100644
--- a//AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.md
+++ b//AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.md
@@ -57 +57 @@ To install the latest version of the psql client on Amazon Linux 2, run the foll
-    sudo amazon-linux-extras install postgresql-client
+    sudo yum install -y postgresql