Coconote
AI notes
AI voice & video notes
Export note
Try for free
AWS Managed Microsoft Active Directory
Jul 15, 2024
Lecture on AWS Managed Microsoft Active Directory
Introduction
Purpose
: Integrate identities with AWS workloads and services.
Options
: Migrate and set up trusts with self-managed AD or deploy AWS Managed Microsoft AD as the primary authentication source.
Deployment Steps
Accessing Directory Service
Methods
: Console, CLI, Infrastructure as Code.
Console Demonstration
:
Default Selection
: AWS Managed Microsoft AD.
Steps
:
Select Setup Directory
Choose Enterprise Edition
Provide DNS name and NetBIOS name
Example:
demo.corp.local
, NetBIOS:
demo
Set password for delegated admin account
Specify VPC and subnets (e.g.,
uswest 1B
and
uswest 1C
)
Review options and create directory
Deployment: Domain controllers and ENIs injected into subnets
Multi-Region Configuration
Example
: Extend directory to another region (
us-east-2
)
Select VPC, non-overlapping CIDR ranges, and two subnets (
2A
,
2B
)
Seamless Domain Join Feature
Purpose
: Automate Windows and Linux systems joining AWS Managed AD.
Example: Using an EC2 instance
Steps
:
Launch instance
Select directory from dropdown (
demo.corp.local
)
Attach IAM role with necessary permissions
Instance automatically joins the domain
Integration with Services
Amazon Workspaces
Purpose
: Deploy virtual cloud-based Windows and Linux desktops.
Integration Steps
:
Example
: Register directory and deploy workspace
Select directory in Workspaces service
Register directory
Choose subnets (
2A
,
2B
)
Optionally enable self-service permissions
Assign users from directory or create new users
Example: Create user
John Smith
Select bundle (e.g., Free Tier)
Review options and create workspaces
User receives email for password reset
Amazon RDS SQL Instances
Purpose
: Use AD credentials to access SQL databases.
Integration Steps
:
Example
: Create new database and enable Windows authentication
Select Microsoft SQL as engine option
Enable Windows authentication
Select directory (e.g.,
demo.corp.local
)
Create the database
Summary
Capabilities Demonstrated
:
Multi-region AD deployment
Seamless domain joins
Integration with Amazon Workspaces and RDS SQL
Ease of Deployment
: Suitable for both testing and production.
📄
Full transcript