Files
nexus/wiki/concepts/Budget-Control.md
2026-04-20 00:02:56 +08:00

39 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Budget Control"
type: concept
tags: []
sources: [Public-Cloud-Learning-Sessions-Budget-Control]
last_updated: 2024-03-19
---
## Aliases
- AWS Budget Control
- 预算控制自动化
## Definition
AWS账户预算控制自动化系统提供账户所有者详细的支出警报和成本分析报告实现成本控制。
## Mechanism
- 警报类型forecast预测、actual实际、severe严重、enforcement强制执行四级
- 评估间隔8小时
- 执行机制100%阈值触发SCP阻止新资源创建
- 评分系统:考虑账户规模和月末时间,避免惩罚月末轻微超支的账户
## Components
- AWS Budget Alerts触发SNS主题
- Lambda解析邮件数据创建详细消息
- Step Functions丰富账户信息、预算详情、联系人数据
- SCPService Control Policy限制AWS服务使用
## Reports
- Top Services Report展示月度服务成本占比基于Athena数据
- Top Users Report展示每日用户支出基于Cost Explorer数据
- Detailed Excel Report资源级别的成本明细资源ID、创建者、成本
## Related
- [[FinOps Team]]
- [[SRE Core Team]]
- [[Public Cloud Learning Sessions - Budget Control - 20240319]]
- [[SCP]]
- [[Source Identity]]
- [[AWS]]