AWS Security ChangesHomeSearch

AWS keyspaces documentation change

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

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

Summary

Updated region placeholder from 'aws-region' to 'us-east-1' in EKS deployment configuration examples

Security assessment

The changes are regional configuration updates in deployment examples without any security context or vulnerability remediation

Diff

diff --git a/keyspaces/latest/devguide/EKS-tutorial-step4.md b/keyspaces/latest/devguide/EKS-tutorial-step4.md
index 8ebfb2659..62779fd52 100644
--- a//keyspaces/latest/devguide/EKS-tutorial-step4.md
+++ b//keyspaces/latest/devguide/EKS-tutorial-step4.md
@@ -68 +68 @@ You can use the following file as an example.
-            image: 111122223333.dkr.ecr.aws-region.amazonaws.com/my-ecr-repository:latest
+            image: 111122223333.dkr.ecr.us-east-1.amazonaws.com/my-ecr-repository:latest
@@ -73 +73 @@ You can use the following file as an example.
-              value: "cassandra.aws-region.amazonaws.com:9142"
+              value: "cassandra.us-east-1.amazonaws.com:9142"
@@ -75 +75 @@ You can use the following file as an example.
-              value: "aws-region"
+              value: "us-east-1"
@@ -81 +81 @@ You can use the following file as an example.
-              value: "aws-region"
+              value: "us-east-1"
@@ -126,2 +126,2 @@ For more details, you can use the following command.
-        Image:          111122223333.dkr.ecr.aws-region.amazonaws.com/my_eks_repository:latest
-        Image ID:       111122223333.dkr.ecr.aws-region.amazonaws.com/my_eks_repository@sha256:fd3c6430fc5251661efce99741c72c1b4b03061474940200d0524b84a951439c
+        Image:          111122223333.dkr.ecr.us-east-1.amazonaws.com/my_eks_repository:latest
+        Image ID:       111122223333.dkr.ecr.us-east-1.amazonaws.com/my_eks_repository@sha256:fd3c6430fc5251661efce99741c72c1b4b03061474940200d0524b84a951439c
@@ -136,2 +136,2 @@ For more details, you can use the following command.
-          CASSANDRA_HOST:               cassandra.aws-region.amazonaws.com:9142
-          CASSANDRA_DC:                 aws-region
+          CASSANDRA_HOST:               cassandra.us-east-1.amazonaws.com:9142
+          CASSANDRA_DC:                 us-east-1
@@ -140 +140 @@ For more details, you can use the following command.
-          AWS_REGION:                   aws-region
+          AWS_REGION:                   us-east-1
@@ -170,2 +170,2 @@ For more details, you can use the following command.
-      Normal   Pulled           75s                kubelet            Successfully pulled image "111122223333.dkr.ecr.aws-region.amazonaws.com/my_eks_repository:latest" in 13.027s (13.027s including waiting)
-      Normal   Pulling          54s (x2 over 88s)  kubelet            Pulling image "111122223333.dkr.ecr.aws-region.amazonaws.com/my_eks_repository:latest"
+      Normal   Pulled           75s                kubelet            Successfully pulled image "111122223333.dkr.ecr.us-east-1.amazonaws.com/my_eks_repository:latest" in 13.027s (13.027s including waiting)
+      Normal   Pulling          54s (x2 over 88s)  kubelet            Pulling image "111122223333.dkr.ecr.us-east-1.amazonaws.com/my_eks_repository:latest"
@@ -173 +173 @@ For more details, you can use the following command.
-      Normal   Pulled           54s                kubelet            Successfully pulled image "111122223333.dkr.ecr.aws-region.amazonaws.com/my_eks_repository:latest" in 222ms (222ms including waiting)
+      Normal   Pulled           54s                kubelet            Successfully pulled image "111122223333.dkr.ecr.us-east-1.amazonaws.com/my_eks_repository:latest" in 222ms (222ms including waiting)
@@ -183 +183 @@ You should be able to see application log entries confirming the connection to A
-        2:47:20.553 [s0-admin-0] DEBUG c.d.o.d.i.c.metadata.MetadataManager - [s0] Adding initial contact points [Node(endPoint=cassandra.aws-region.amazonaws.com/1.222.333.44:9142, hostId=null, hashCode=e750d92)]
+        2:47:20.553 [s0-admin-0] DEBUG c.d.o.d.i.c.metadata.MetadataManager - [s0] Adding initial contact points [Node(endPoint=cassandra.us-east-1.amazonaws.com/1.222.333.44:9142, hostId=null, hashCode=e750d92)]