AWS Security ChangesHomeSearch

AWS AmazonElastiCache documentation change

Service: AmazonElastiCache · 2025-02-26 · Documentation low

File: AmazonElastiCache/latest/dg/Clusters.RBAC.md

Summary

Fixed URL formatting by adding trailing slashes to ACL documentation links

Security assessment

Changes are purely URL formatting corrections without modifying security content. No evidence of addressing a security vulnerability.

Diff

diff --git a/AmazonElastiCache/latest/dg/Clusters.RBAC.md
index d38284a09..a76dbf98c 100644
--- a/AmazonElastiCache/latest/dg/Clusters.RBAC.md
+++ b/AmazonElastiCache/latest/dg/Clusters.RBAC.md
@@ -59 +59 @@ Access strings are defined as a list of space-delimited rules which are applied
-For information about the syntax of the ACL rules, see [ACL](https://valkey.io/topics/acl). 
+For information about the syntax of the ACL rules, see [ACL](https://valkey.io/topics/acl/). 
@@ -103 +103 @@ For Redis OSS version 7.0 and above the following access string syntax is also s
-  * `%R~<pattern>` – Add the specified read key pattern. This behaves similar to the regular key pattern but only grants permission to read from keys that match the given pattern. See [key permissions](https://valkey.io/topics/acl) for more information.
+  * `%R~<pattern>` – Add the specified read key pattern. This behaves similar to the regular key pattern but only grants permission to read from keys that match the given pattern. See [key permissions](https://valkey.io/topics/acl/) for more information.
@@ -105 +105 @@ For Redis OSS version 7.0 and above the following access string syntax is also s
-  * `%W~<pattern>` – Add the specified write key pattern. This behaves similar to the regular key pattern but only grants permission to write to keys that match the given pattern. See [ACL key permissions](https://valkey.io/topics/ACL) for more information.
+  * `%W~<pattern>` – Add the specified write key pattern. This behaves similar to the regular key pattern but only grants permission to write to keys that match the given pattern. See [ACL key permissions](https://valkey.io/topics/acl/) for more information.
@@ -109 +109 @@ For Redis OSS version 7.0 and above the following access string syntax is also s
-  * `(<rule list>)` – Create a new selector to match rules against. Selectors are evaluated after the user permissions, and are evaluated according to the order they are defined. If a command matches either the user permissions or any selector, it is allowed. See [ACL selectors](https://valkey.io/topics/acl) more information.
+  * `(<rule list>)` – Create a new selector to match rules against. Selectors are evaluated after the user permissions, and are evaluated according to the order they are defined. If a command matches either the user permissions or any selector, it is allowed. See [ACL selectors](https://valkey.io/topics/acl/) more information.