Files
nexus/wiki/concepts/AWS-Landing-Zone.md
2026-04-19 06:32:15 +08:00

25 lines
664 B
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: "AWS Landing Zone"
type: concept
tags:
- AWS
- Architecture
- Multi-Account
---
## Definition
AWS Landing Zone 是 AWS 推荐的企业级云基础架构框架,通过多账号策略、安全基线、网络架构等组件提供安全、可扩展的云环境起点。
## Key Components
- **多账号策略**:通过 AWS Organizations 管理多个账户
- **安全基线**安全组、SCP、密码策略等
- **网络架构**VPC、Transit Gateway、VPN/Direct Connect
- **身份管理**IAM 角色、SSO、AD 集成
## Related Concepts
- [[Network-Segregation]]
- [[SSM-Access]]
- [[Gruntwork-Landing-Zone]]
## Related Entities
- [[AWS]]