This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99
1010### Examples
1111
12+ * ` ad-ec2 ` : Demonstrate how an Windows EC2 instance seamlessly joins an Active directory when it gets newly spawned.
1213
1314# v0.9.3
1415
Original file line number Diff line number Diff line change 33The terraform code is built on top of
44[ vpc-scenario1] ( https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Scenario1.html )
55with two additional private subnets and a NAT gateway on a public
6- subnet.
6+ subnet. This example demonstrate how an Windows EC2 instance
7+ seamlessly joins an Active directory when it gets newly spawned.
78
89## Environment creation and deployment
910
@@ -102,7 +103,7 @@ that the EC2 instance has actually joined the AD. You can further verify that yo
102103
103104* Start the "CMD" program.
104105* Type "set user".
105- * You will recieve a output from the above command. Look at the line
106+ * You will receive a output from the above command. Look at the line
106107 start with ` USERDOMAIN: ` entry. If it contains your computer's name,
107108 then you're logged in to the computer. If it contains the Active
108109 Directory's name, you're logged in to the Active Directory. In our
@@ -131,4 +132,4 @@ $ make clean
131132
132133* [ AWS docs on AWS Managed Microsoft AD] ( https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_getting_started.html )
133134* [ AWS docs on Joining an EC2 instance] ( https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_join_instance.html )
134- * [ AWS docss on Systems manager and AD] ( https://aws.amazon.com/premiumsupport/knowledge-center/ec2-systems-manager-dx-domain/ )
135+ * [ AWS docs on Systems manager and AD] ( https://aws.amazon.com/premiumsupport/knowledge-center/ec2-systems-manager-dx-domain/ )
You can’t perform that action at this time.
0 commit comments