30 lines
661 B
Markdown
30 lines
661 B
Markdown
---
|
|
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]] |