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 +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313
1414### Examples
1515
16+ * ` ad-ec2 ` : Demonstrate how an Windows EC2 instance seamlessly joins
17+ an Active directory when it gets newly spawned.
18+ * ` ad-asg ` : Demonstrate how an Windows EC2 instance from an ASG
19+ seamlessly joins an Active directory when it gets newly spawned.
20+
1621
1722# v0.9.7
1823
103108* Drop deprecated nexus-asg example
104109* Fixes for VPC Scenario 2 example
105110
106-
107111### Modules
108112
109113* ` iam-instance-profile ` : Add new module, abstract the usage pattern of IAM instance profile.
114118* ` persistent-ebs ` : update to use new ` iam-instance-profile ` module and sync with recent updates to the ` single-node-asg ` module
115119* ` asg ` : parametize target group and health check type
116120
117-
118121### Examples
119122
120123* ` nexus-asg ` : Drop deprecated example.
123126 * Improve ` Makefile `
124127 * Set name tag on ELB
125128
129+
126130# v0.9.2
127131
128132### Summary
Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ Active directory. There are two ways to test it:
5757* RDP to your instance and verify
5858* RDP using Active Directory authentication
5959
60- Note that once the terraform apply is completed, it takes some minutes
61- (approximately _ minutes in my experience) for the instance to join
62- the Active directory.
63-
6460### Method 1
6561
6662On a Linux client machine, something like
You can’t perform that action at this time.
0 commit comments