Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit e27ed8e

Browse files
psibiketzacoatl
authored andcommitted
Update changelog
1 parent e873485 commit e27ed8e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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

examples/ad-ec2/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
The terraform code is built on top of
44
[vpc-scenario1](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Scenario1.html)
55
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.
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/)

0 commit comments

Comments
 (0)