This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
### Examples
11
11
12
+ * ` ad-ec2 ` : Demonstrate how an Windows EC2 instance seamlessly joins an Active directory when it gets newly spawned.
12
13
13
14
# v0.9.3
14
15
Original file line number Diff line number Diff line change 3
3
The terraform code is built on top of
4
4
[ vpc-scenario1] ( https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Scenario1.html )
5
5
with 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.
7
8
8
9
## Environment creation and deployment
9
10
@@ -102,7 +103,7 @@ that the EC2 instance has actually joined the AD. You can further verify that yo
102
103
103
104
* Start the "CMD" program.
104
105
* 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
106
107
start with ` USERDOMAIN: ` entry. If it contains your computer's name,
107
108
then you're logged in to the computer. If it contains the Active
108
109
Directory's name, you're logged in to the Active Directory. In our
@@ -131,4 +132,4 @@ $ make clean
131
132
132
133
* [ AWS docs on AWS Managed Microsoft AD] ( https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_getting_started.html )
133
134
* [ 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