Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,30 +0,0 @@
---
title: "Domain Join"
type: concept
tags:
- aws
- active-directory
- automation
sources: [ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs]
last_updated: 2026-04-18
---
## Definition
通过 SRE-provided AMIs 实现自动化将 Windows/Linux 实例加入 Active Directory 域的技术。
## Windows Implementation
在 Terraform user_data 中调用 PowerShell 脚本:
- 自动域加入
- 自动命名
- 管理员权限分配
- 旧对象清理
## Linux Implementation
- 支持安全动态 DNS 更新
- 自动注册 DNS A 记录
## Related Concepts
- [[Gruntwork-Landing-Zone]]
- [[swinford-net]]
- [[intsas-local]]
- [[SRE-provided-AMIs]]