AWS Security ChangesHomeSearch

AWS global-accelerator documentation change

Service: global-accelerator · 2025-10-13 · Documentation medium

File: global-accelerator/latest/dg/about-endpoints-adding-endpoints-remove.md

Summary

Added warning about potential availability impact when removing endpoints

Security assessment

While not addressing a specific vulnerability, the added warning helps prevent service disruptions which impacts availability - a security pillar. However, there's no evidence of addressing a security vulnerability.

Diff

diff --git a/global-accelerator/latest/dg/about-endpoints-adding-endpoints-remove.md b/global-accelerator/latest/dg/about-endpoints-adding-endpoints-remove.md
index 8efdf7cd5..593d8f066 100644
--- a//global-accelerator/latest/dg/about-endpoints-adding-endpoints-remove.md
+++ b//global-accelerator/latest/dg/about-endpoints-adding-endpoints-remove.md
@@ -9 +9 @@ This section explains how to remove an endpoint on the AWS Global Accelerator co
-You can remove endpoints from your endpoint groups, for example, if you need to service your endpoints. Removing an endpoint takes it out of the endpoint group, but does not affect the endpoint otherwise. Global Accelerator stops directing traffic to an endpoint as soon as you remove it from an endpoint group. The endpoint goes into a state where it waits for all current requests to be completed so there's no interruption for client traffic that is in progress. You can add the endpoint back to the endpoint group when you’re ready for it to resume receiving requests.
+You can remove endpoints from your endpoint groups, for example, if you need to service your endpoints. Removing an endpoint takes it out of the endpoint group, so that it no longer receives traffic through Global Accelerator, but does not affect the endpoint otherwise. Global Accelerator stops directing traffic to an endpoint as soon as you remove it from an endpoint group. The endpoint goes into a state where it waits for all current requests to be completed so there's no interruption for client traffic that is in progress. You can add the endpoint back to the endpoint group when you’re ready for it to resume receiving requests.
@@ -12,0 +13,4 @@ Note: Before you terminate or delete a resource that you've added as an endpoint
+###### Warning
+
+Removing an endpoint immediately stops new connections from being routed to it through Global Accelerator. If the endpoint is the only healthy target receiving traffic for your application, or all other endpoints have a weight of 0, when you remove the endpoint, the endpoint group (Region) might become unavailable. Before you remove an endpoint, verify that alternate healthy endpoints exist and are receiving traffic as expected.
+