Auto-sync: 2026-04-28 20:03

This commit is contained in:
2026-04-28 20:03:11 +08:00
parent c51cc4c58b
commit f71229f0c3
94 changed files with 2752 additions and 1295 deletions

View File

@@ -0,0 +1,32 @@
---
title: "Databunker"
type: entity
tags:
- AWS
- Backup
- DR
- CTP
sources:
- ctp-topic-73-aws-backup-implementation-of-the-cloud-transformation-program
last_updated: 2026-04-28
---
## Databunker
Databunker 是 CTP 中作为备份集中存储备选账户的内部命名账户。
### 用途
- 当 DRA 账户不可用时,作为集中账户存储备份副本
- 作为跨区域、跨账户备份架构的降级方案
- 配合 AWS Backup 的跨账户复制机制使用
### 架构关系
- [[DRA-Account]] 为每个生产工作负载的专属 DR 账户(主方案)
- [[Databunker]] 为集中备份账户(降级方案)
- 两个账户均使用 [[AWS-Backup]] 的 Vault Lock 确保不可变性
### Related Sources
- [[ctp-topic-73-aws-backup-implementation-of-the-cloud-transformation-program]] — CTP 中 Databunker 作为备份集中账户的用途