AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-13 · Documentation low

File: cli/latest/reference/observabilityadmin/start-telemetry-evaluation-for-organization.md

Summary

Updated CLI version from 2.34.28 to 2.34.29 and added documentation for new --regions and --all-regions options for multi-region telemetry evaluation

Security assessment

The changes add support for multi-region telemetry evaluation across organizations, allowing evaluation to propagate to specified regions. While this could impact data governance and compliance across regions, there is no evidence this addresses a specific security vulnerability. The changes appear to be feature enhancements for broader organizational observability coverage.

Diff

diff --git a/cli/latest/reference/observabilityadmin/start-telemetry-evaluation-for-organization.md b/cli/latest/reference/observabilityadmin/start-telemetry-evaluation-for-organization.md
index ed6e9aaad..37e6bb7e4 100644
--- a//cli/latest/reference/observabilityadmin/start-telemetry-evaluation-for-organization.md
+++ b//cli/latest/reference/observabilityadmin/start-telemetry-evaluation-for-organization.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
@@ -67,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+    [--regions <value>]
+    [--all-regions | --no-all-regions]
@@ -92,0 +95,28 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+`--regions` (list)
+
+> An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation for the organization. The current region is always implicitly included and must not be specified in this list. When provided, telemetry evaluation starts in the current region and propagates to all specified regions for the organization. Mutually exclusive with `AllRegions` . If neither `Regions` nor `AllRegions` is provided, the operation applies only to the current region.
+> 
+> Constraints:
+> 
+>   * min: `1`
+> 
+
+> 
+> (string)
+>
+>> Constraints:
+>> 
+>>   * min: `1`
+>> 
+
+
+Syntax:
+    
+    
+    "string" "string" ...
+    
+
+`--all-regions` | `--no-all-regions` (boolean)
+
+> If set to `true` , telemetry evaluation for the organization starts in all Amazon Web Services Regions where Amazon CloudWatch Observability Admin is available in the current partition. The current region becomes the home region for managing multi-region evaluation for the organization. When new regions become available, evaluation automatically expands to include them. Mutually exclusive with `Regions` .
+
@@ -238 +268 @@ None
-  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.29 Command Reference](../../index.html) »