AWS Fundamentals Logo
AWS Fundamentals
AWS::CE::AnomalyMonitor

CE AnomalyMonitor

AWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. You can use Cost Anomaly Detection by creating monitor.

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
MonitorName
string
Required
MonitorType
string
RequiredCreate-only
MonitorDimension
string
Create-only
MonitorSpecification
string
Create-only
ResourceTags
Array<ResourceTag>
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreationDatestringThe date when the monitor was created.
DimensionalValueCountintegerThe value for evaluated dimensions.
LastEvaluatedDatestringThe date when the monitor last evaluated for anomalies.
LastUpdatedDatestringThe date when the monitor was last updated.
MonitorArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CE::AnomalyMonitor

Resources:
  MyResource:
    Type: AWS::CE::AnomalyMonitor
    Properties:
      MonitorName: "my-monitorname"
      MonitorType: "DIMENSIONAL"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ce:CreateAnomalyMonitorce:TagResource

read

ce:GetAnomalyMonitorsce:ListTagsForResource

update

ce:UpdateAnomalyMonitor

delete

ce:DeleteAnomalyMonitor

list

ce:GetAnomalyMonitors

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceCE
Properties10
Required2
TaggingSupported
Primary IDMonitorArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

MonitorTypeMonitorDimensionMonitorSpecificationResourceTags

External Links