AWS keyspaces documentation change
Summary
Updated resource ARNs to use us-east-1 region in IAM policy examples
Security assessment
Only updates example ARN regions without modifying security-related content or addressing vulnerabilities.
Diff
diff --git a/keyspaces/latest/devguide/configure-udt-permissions.md b/keyspaces/latest/devguide/configure-udt-permissions.md index b8c299c27..4a912354d 100644 --- a//keyspaces/latest/devguide/configure-udt-permissions.md +++ b//keyspaces/latest/devguide/configure-udt-permissions.md @@ -29 +29 @@ The following IAM policy is an example of this. - "arn:aws:cassandra:aws-region:111122223333:/keyspace/my_keyspace/" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/my_keyspace/" @@ -47 +47 @@ The following IAM policy is an example of this. - "arn:aws:cassandra:aws-region:111122223333:/keyspace/my_keyspace/" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/my_keyspace/" @@ -67 +67 @@ The following IAM policy is an example of this. - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -85 +85 @@ The following IAM policy is an example of this. - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -105 +105 @@ The following IAM policy is an example of this. - "arn:aws:cassandra:aws-region:111122223333:/keyspace/my_keyspace/" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/my_keyspace/" @@ -123 +123 @@ The following IAM policy is an example of this. - "arn:aws:cassandra:aws-region:111122223333:/keyspace/my_keyspace/" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/my_keyspace/"