Skip to content

Commit 0f88ef8

Browse files
cjobermaiertunzor
andauthored
Update content/well-architected-framework/docs/docs/optimize-systems/manage-cost/create-cloud-budgets.mdx
Co-authored-by: Anthony <russo555@gmail.com>
1 parent 0648b42 commit 0f88ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/well-architected-framework/docs/docs/optimize-systems/manage-cost/create-cloud-budgets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ resource "aws_ce_anomaly_subscription" "test" {
127127
```
128128

129129
Some of the key components in the previous example include:
130-
- **aws_ce_anomaly_monitor:** Tracks spending patterns across all AWS services such as EC2, S3, and Lambda.
130+
- **aws_ce_anomaly_monitor:** Tracks spending patterns across all AWS services including EC2, S3, and Lambda.
131131
- **frequency = "DAILY":** Sends a daily summary of detected anomalies.
132-
- **threshold_expression:** Only alerts when the anomaly's financial impact exceeds $100.
132+
- **threshold_expression:** Alerts when the anomaly's financial impact meets or exceeds $100.
133133

134134
HashiCorp resources:
135135

0 commit comments

Comments
 (0)