AWS AmazonCloudWatch documentation change
Summary
Updated root ARN and SourceArn with specific account ID (111122223333) and region (us-east-1)
Security assessment
Changes standardize example policies but show no evidence of addressing specific security vulnerabilities. KMS policy documentation remains functionally equivalent with updated examples.
Diff
diff --git a/AmazonCloudWatch/latest/logs/LogsAnomalyDetection-KMS.md b/AmazonCloudWatch/latest/logs/LogsAnomalyDetection-KMS.md index 8998fc959..aa3702926 100644 --- a//AmazonCloudWatch/latest/logs/LogsAnomalyDetection-KMS.md +++ b//AmazonCloudWatch/latest/logs/LogsAnomalyDetection-KMS.md @@ -85 +85 @@ JSON - "AWS": "arn:aws:iam::Your_account_ID:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -110 +110 @@ JSON - "aws:SourceArn": "arn:aws:logs:REGION:Your_account_ID:anomaly-detector:*" + "aws:SourceArn": "arn:aws:logs:us-east-1:Your_account_ID:anomaly-detector:*" @@ -135 +135 @@ JSON - "aws:SourceArn": "arn:aws:logs:REGION:Your_account_ID:anomaly-detector:*" + "aws:SourceArn": "arn:aws:logs:us-east-1:Your_account_ID:anomaly-detector:*"