AWS Security ChangesHomeSearch

AWS keyspaces documentation change

Service: keyspaces · 2025-08-28 · Documentation low

File: keyspaces/latest/devguide/EKS-tutorial-step2.md

Summary

Updated configuration examples to use us-east-1 region for contact points and datacenter

Security assessment

Region-specific configuration updates for accuracy, no security implications or vulnerability fixes indicated.

Diff

diff --git a/keyspaces/latest/devguide/EKS-tutorial-step2.md b/keyspaces/latest/devguide/EKS-tutorial-step2.md
index 75d51b198..c1d48a252 100644
--- a//keyspaces/latest/devguide/EKS-tutorial-step2.md
+++ b//keyspaces/latest/devguide/EKS-tutorial-step2.md
@@ -22,2 +22,2 @@ In this step you configure the SigV4 authentication plugin. You can use the foll
-          basic.contact-points = ["cassandra.aws-region.amazonaws.com:9142"]
-          basic.load-balancing-policy.local-datacenter = "aws-region"
+          basic.contact-points = ["cassandra.us-east-1.amazonaws.com:9142"]
+          basic.load-balancing-policy.local-datacenter = "us-east-1"
@@ -26 +26 @@ In this step you configure the SigV4 authentication plugin. You can use the foll
-            aws-region = "aws-region"
+            aws-region = "us-east-1"