AWS Security ChangesHomeSearch

AWS keyspaces documentation change

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

File: keyspaces/latest/devguide/security_iam_service-with-iam.md

Summary

Updated resource ARNs to use us-east-1 region in IAM policy examples

Security assessment

Standardizes example ARN regions without introducing security documentation or addressing vulnerabilities.

Diff

diff --git a/keyspaces/latest/devguide/security_iam_service-with-iam.md b/keyspaces/latest/devguide/security_iam_service-with-iam.md
index 231e4658a..2084bd583 100644
--- a//keyspaces/latest/devguide/security_iam_service-with-iam.md
+++ b//keyspaces/latest/devguide/security_iam_service-with-iam.md
@@ -103 +103 @@ For example, to specify the `mykeyspace` keyspace in your statement, use the fol
-    "Resource": "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/"
+    "Resource": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/"
@@ -108 +108 @@ To specify all keyspaces that belong to a specific account, use the wildcard (*)
-    "Resource": "arn:aws:cassandra:aws-region:111122223333:/keyspace/*"
+    "Resource": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/*"
@@ -118,2 +118,2 @@ For example, to grant `SELECT` permissions to an IAM principal for `mytable` in
-    "Resource": "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/mytable",
-                "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*"
+    "Resource": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/mytable",
+                "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*"