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,30 @@
---
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]]