AWS Security ChangesHomeSearch

AWS neptune-analytics documentation change

Service: neptune-analytics · 2026-03-13 · Documentation low

File: neptune-analytics/latest/userguide/egonet-algorithms.md

Summary

Minor text edits to clarify algorithm descriptions and edgeList variant explanation

Security assessment

Changes are grammatical improvements and clarifications of algorithm behavior with no security context mentioned.

Diff

diff --git a/neptune-analytics/latest/userguide/egonet-algorithms.md b/neptune-analytics/latest/userguide/egonet-algorithms.md
index 1ab56c752..b01c7992b 100644
--- a//neptune-analytics/latest/userguide/egonet-algorithms.md
+++ b//neptune-analytics/latest/userguide/egonet-algorithms.md
@@ -7 +7 @@
-This EgoNet algorithm finds the (filtered) EgoNet of a vertex to its hopCount-neighbors. An EgoNet, also known as the egocentric network, is a subgraph of a social network that encapsulates the connections of a single individual, known as the ego, and all the people they are socially connected to, known as alters. EgoNet can be used for further analysis in social networks. 
+The EgoNet algorithm finds the (filtered) EgoNet of a vertex to its hopCount-neighbors. An EgoNet, also known as the egocentric network, is a subgraph of a social network that encapsulates the connections of a single individual, known as the ego, and all the people they are socially connected to, known as alters. EgoNet can be used for further analysis in social networks. 
@@ -13 +13 @@ Neptune Analytics supports the following EgoNet algorithms:
-  * [.egonet.edgeList](./egonet-edgelist.html) – This algorithm has a different output schema than egonet. 
+  * [.egonet.edgeList](./egonet-edgelist.html) – This variant of EgoNet returns the edge list of the ego network instead of the node list, using a different output schema.