39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
---
|
||
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:丰富账户信息、预算详情、联系人数据
|
||
- SCP:Service 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]] |