AWS Security ChangesHomeSearch

AWS rtb-fabric documentation change

Service: rtb-fabric · 2026-04-13 · Documentation low

File: rtb-fabric/latest/userguide/managed-endpoints.md

Summary

Changed a warning about manually ensuring ASG hosts are healthy to a tip recommending automated health checks, and updated a link title from 'Links' to 'Health checks for Managed Endpoints'

Security assessment

The change promotes using automated health checks to ensure traffic is only routed to healthy instances, which improves security by preventing traffic from being sent to compromised or unhealthy hosts. However, there's no evidence of a specific security vulnerability being addressed; it's a best practice recommendation.

Diff

diff --git a/rtb-fabric/latest/userguide/managed-endpoints.md b/rtb-fabric/latest/userguide/managed-endpoints.md
index 3ecdf9a7c..9ccd78e78 100644
--- a//rtb-fabric/latest/userguide/managed-endpoints.md
+++ b//rtb-fabric/latest/userguide/managed-endpoints.md
@@ -126 +126 @@ The role must also allow the following permissions in its permissions policies:
-###### Important
+###### Tip
@@ -128 +128 @@ The role must also allow the following permissions in its permissions policies:
-For RTB Fabric to approriately route traffic to healthy hosts, the provided ASG must **only** have hosts listed as IN_USE if they are available to take traffic. Ensure that hosts which are unhealthy, inactive, or running other services are not set as IN_USE in the provided ASG. 
+You can enable application-level health checks to automatically route traffic only to healthy instances in your Auto Scaling groups. For more information, see [Health checks for Managed Endpoints](./health-checks-for-managed-endpoints.html). 
@@ -218 +218 @@ Responder gateways
-Links
+Health checks for Managed Endpoints