AWS AmazonCloudWatch documentation change
Summary
Updated terminology from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' for accuracy and corrected a broken security documentation link for ReDoS attacks.
Security assessment
The first change is a branding update without security implications. The second change fixes a broken link to external OWASP documentation about ReDoS attacks but doesn't introduce new security content or address a specific vulnerability in AWS services. The warning about unvalidated regex remains unchanged.
Diff
diff --git a/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.md b/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.md index c7709024d..71788220b 100644 --- a//AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.md +++ b//AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.md @@ -137 +137 @@ If you specify a value that depends on Amazon EC2 metadata and you use proxies, - * `aggregation_dimensions` – Optional. Specifies the dimensions that collected metrics are to be aggregated on. For example, if you roll up metrics on the `AutoScalingGroupName` dimension, the metrics from all instances in each Auto Scaling group are aggregated and can be viewed as a whole. + * `aggregation_dimensions` – Optional. Specifies the dimensions that collected metrics are to be aggregated on. For example, if you roll up metrics on the `AutoScalingGroupName` dimension, the metrics from all instances in each Amazon EC2 Auto Scaling group are aggregated and can be viewed as a whole. @@ -913 +913 @@ Each entry in the filters array can include the following fields: -The CloudWatch agent does not validate regular expressions that you provide. It also does not limit their evaluation time. Write your expressions carefully to avoid performance issues. For more information on security ricks, see [Regular expression Denial of Service - ReDoS ](https://aws.amazon.com/blogs/https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS). +The CloudWatch agent does not validate regular expressions that you provide. It also does not limit their evaluation time. Write your expressions carefully to avoid performance issues. For more information on security ricks, see [Regular expression Denial of Service - ReDoS ](https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS).