This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
### Examples
15
15
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
+
16
21
17
22
# v0.9.7
18
23
103
108
* Drop deprecated nexus-asg example
104
109
* Fixes for VPC Scenario 2 example
105
110
106
-
107
111
### Modules
108
112
109
113
* ` iam-instance-profile ` : Add new module, abstract the usage pattern of IAM instance profile.
114
118
* ` persistent-ebs ` : update to use new ` iam-instance-profile ` module and sync with recent updates to the ` single-node-asg ` module
115
119
* ` asg ` : parametize target group and health check type
116
120
117
-
118
121
### Examples
119
122
120
123
* ` nexus-asg ` : Drop deprecated example.
123
126
* Improve ` Makefile `
124
127
* Set name tag on ELB
125
128
129
+
126
130
# v0.9.2
127
131
128
132
### Summary
Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ Active directory. There are two ways to test it:
57
57
* RDP to your instance and verify
58
58
* RDP using Active Directory authentication
59
59
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
-
64
60
### Method 1
65
61
66
62
On a Linux client machine, something like
You can’t perform that action at this time.
0 commit comments