Files
nexus/wiki/concepts/Route-53-Private-Hosted-Zone.md
2026-04-19 00:02:42 +08:00

25 lines
810 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: "Route 53 Private Hosted Zone"
type: concept
tags:
- AWS
- DNS
- Networking
---
## Definition
Route 53 Private Hosted Zone 是 AWS 提供的私有托管区域,仅对指定的 VPC 可见,用于管理内部网络域名。
## Characteristics
- **私有性**:仅在指定的 VPC 内解析,不暴露到公网
- **VPC 关联**:一个 Private Hosted Zone 可以关联到多个 VPC
- **解析机制**:在关联的 VPC 内自动解析记录的域名
## Use Cases
- 管理内部服务域名(如 `internal.example.com`
- 配合 Private Resolver 实现混合云 DNS 解析
- Landing Zone 基础架构的核心组件
## Connections
- [[Route-53]] ← manages ← [[Route-53-Private-Hosted-Zone]]
- [[Route-53-Resolver-Endpoint]] ← integrates_with ← [[Route-53-Private-Hosted-Zone]]