AWS cost-management documentation change
Summary
Corrected JSON key typo and updated EC2 service name reference in event filter examples
Security assessment
Documentation improvements for accuracy and service naming consistency. No security-related content added or modified.
Diff
diff --git a/cost-management/latest/userguide/cad-user-notifications.md b/cost-management/latest/userguide/cad-user-notifications.md index e147ed6ca..d8fc7b259 100644 --- a//cost-management/latest/userguide/cad-user-notifications.md +++ b//cost-management/latest/userguide/cad-user-notifications.md @@ -40 +40 @@ The following is a generalized example event for `Anomaly Detected`. You can sub - "dimensionalValue": "<dimension value>", // service name for AWS Service Monitor + "dimensionValue": "<dimension value>", // service name for AWS Service Monitor @@ -112 +112 @@ The following filter captures anomalies specific to the EC2 service, detected by - "dimensionValue": ["EC2"], + "dimensionValue": ["Amazon Elastic Compute Cloud - Compute"],