AWS keyspaces documentation change
Summary
Updated resource ARNs to use us-east-1 region in IAM policy examples
Security assessment
Regional updates in example policies without security-related modifications.
Diff
diff --git a/keyspaces/latest/devguide/security_iam_id-based-policy-examples.md b/keyspaces/latest/devguide/security_iam_id-based-policy-examples.md index 34ab0d399..6bbccf3af 100644 --- a//keyspaces/latest/devguide/security_iam_id-based-policy-examples.md +++ b//keyspaces/latest/devguide/security_iam_id-based-policy-examples.md @@ -134 +134 @@ The following is a sample policy that grants read-only (`SELECT`) access to the - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -152,2 +152,2 @@ The following sample policy adds read-only access to the user table `mytable` in - "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/mytable", - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/mytable", + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -172,2 +172,2 @@ The following sample policy assigns read/write access to a user table and read a - "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/mytable", - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/mytable", + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -192,2 +192,2 @@ The following sample policy allows a user to create tables in keyspace `mykeyspa - "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/*", - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/*", + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -211 +211 @@ The following sample policy assigns read access to the system tables, but restri - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -221 +221 @@ The following sample policy assigns read access to the system tables, but restri - "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/mytable" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/mytable" @@ -249,2 +249,2 @@ The following example shows how you can create a policy that grants permissions - "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/*", - "arn:aws:cassandra:aws-region:111122223333:/keyspace/system*" + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/*", + "arn:aws:cassandra:us-east-1:111122223333:/keyspace/system*" @@ -276 +276 @@ The following policy grants permissions to a user to create tables with tags if - "Resource": "arn:aws:cassandra:aws-region:111122223333:/keyspace/mykeyspace/table/*", + "Resource": "arn:aws:cassandra:us-east-1:111122223333:/keyspace/mykeyspace/table/*",