25 lines
908 B
Markdown
25 lines
908 B
Markdown
---
|
||
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]] |