AWS cli documentation change
Summary
Updated AWS CLI version reference and added documentation for a new 'change_indicator' auditor that detects change events related to anomalies
Security assessment
This change adds documentation for a new audit feature ('change_indicator' auditor) that detects change events (deployments, configuration changes) occurring before and during anomalies. This enhances security monitoring and anomaly detection capabilities by correlating changes with anomalies, but there's no evidence it addresses a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/application-signals/list-audit-findings.md b/cli/latest/reference/application-signals/list-audit-findings.md index aadc80cf4..773ac2dc6 100644 --- a//cli/latest/reference/application-signals/list-audit-findings.md +++ b//cli/latest/reference/application-signals/list-audit-findings.md @@ -15 +15 @@ - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) » @@ -126,0 +127 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/applic +> * `change_indicator` \- ChangeIndicatorAuditor: Detects change events (deployments, configuration changes) that occurred within 10 minutes before and during a detected anomaly, and surfaces them as findings with deployment timestamps in the Analysis phase. When changes are detected, the `top_contributor` auditor skips its analysis to avoid redundancy. @@ -858 +859 @@ NextToken -> (string) - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) »