AWS Security ChangesHomeSearch

AWS rtb-fabric documentation change

Service: rtb-fabric · 2026-01-07 · Documentation low

File: rtb-fabric/latest/userguide/modules.md

Summary

Added section header and updated CLI command example with endpoint URL and region parameters

Security assessment

Change improves CLI example completeness but doesn't address security vulnerabilities or document security features. QPS rate limiter is a traffic control feature, not explicitly security-related.

Diff

diff --git a/rtb-fabric/latest/userguide/modules.md b/rtb-fabric/latest/userguide/modules.md
index 6bc07404b..1242c050b 100644
--- a//rtb-fabric/latest/userguide/modules.md
+++ b//rtb-fabric/latest/userguide/modules.md
@@ -44,0 +45 @@ The following example shows how to add a QPS rate limiter module to a link using
+**Add a QPS rate limiter module to a link**
@@ -46,2 +47,2 @@ The following example shows how to add a QPS rate limiter module to a link using
-    # Add a QPS rate limiter module to a link
-    aws rtbfabric update-link-module-flow \
+    
+    $ aws rtbfabric update-link-module-flow \
@@ -62 +63,3 @@ The following example shows how to add a QPS rate limiter module to a link using
-        ]'
+    ]' \
+    --endpoint-url https://rtbfabric.us-east-1.amazonaws.com \
+    --region us-east-1