AWS::CE::AnomalySubscriptionAWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. Create subscription to be notified
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Frequency | string | Required |
MonitorArnList | Array<string> | Required |
Subscribers | Array<Subscriber> | Required |
SubscriptionName | string | Required |
ResourceTags | Array<ResourceTag> | Create-only |
Threshold | number | |
ThresholdExpression | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccountId | string | The accountId |
SubscriptionArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CE::AnomalySubscription
Resources:
MyResource:
Type: AWS::CE::AnomalySubscription
Properties:
MonitorArnList: "arn:aws:service:region:account:resource"
Subscribers: []
Frequency: "DAILY"
SubscriptionName: "my-subscriptionname"Permissions CloudFormation needs in your IAM role to manage this resource.
ce:CreateAnomalySubscriptionce:TagResourcece:GetAnomalySubscriptionsce:ListTagsForResourcece:UpdateAnomalySubscriptionce:DeleteAnomalySubscriptionce:GetAnomalySubscriptionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSubscriptionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ResourceTags