Auto-sync: 2026-04-18 20:02

This commit is contained in:
2026-04-18 20:02:44 +08:00
parent 3f2e1765d8
commit 2ed46e251d
50 changed files with 1924 additions and 267 deletions

View File

@@ -0,0 +1,25 @@
---
title: "Reference Architecture"
type: concept
tags:
- aws
- landing-zone
- infrastructure
sources: [ctp-topic-1-gruntwork-landing-zone-architecture]
last_updated: 2026-04-18
---
## Summary
包含核心账户和工作负载账户的最佳实践起点,是云平台部署的参考标准。
## Definition
Reference Architecture参考架构是一套经过实战验证的最佳实践集合作为云平台部署的起点包含预定义的账户结构和基础设施组件。
## Key Components
- **核心账户**Shared共享、Logs日志、Security安全
- **工作负载账户**Prod生产、Stage预发、Dev开发
## Connections
- [[Gruntwork-Landing-Zone]] ← implements ← [[Reference-Architecture]]
- [[AWS-Organizations]] ← manages ← [[Reference-Architecture]]
- [[Multi-Account-Strategy]] ← relies_on ← [[Reference-Architecture]]