diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a247ca..59fe1d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ ### Examples +* `ad-ec2`: Demonstrate how an Windows EC2 instance seamlessly joins + an Active directory when it gets newly spawned. +* `ad-asg`: Demonstrate how an Windows EC2 instance from an ASG + seamlessly joins an Active directory when it gets newly spawned. + # v0.9.7 @@ -103,7 +108,6 @@ * Drop deprecated nexus-asg example * Fixes for VPC Scenario 2 example - ### Modules * `iam-instance-profile`: Add new module, abstract the usage pattern of IAM instance profile. @@ -114,7 +118,6 @@ * `persistent-ebs`: update to use new `iam-instance-profile` module and sync with recent updates to the `single-node-asg` module * `asg`: parametize target group and health check type - ### Examples * `nexus-asg`: Drop deprecated example. @@ -123,6 +126,7 @@ * Improve `Makefile` * Set name tag on ELB + # v0.9.2 ### Summary diff --git a/examples/ad-asg/README.md b/examples/ad-asg/README.md index 6018ceac..5f758bba 100644 --- a/examples/ad-asg/README.md +++ b/examples/ad-asg/README.md @@ -57,10 +57,6 @@ Active directory. There are two ways to test it: * RDP to your instance and verify * RDP using Active Directory authentication -Note that once the terraform apply is completed, it takes some minutes -(approximately _ minutes in my experience) for the instance to join -the Active directory. - ### Method 1 On a Linux client machine, something like