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

Commit

Permalink
CHANGELOG: update for #255 and the Active Directory example
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi authored and ketzacoatl committed Dec 5, 2019
1 parent 214264e commit 6fd06a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -123,6 +126,7 @@
* Improve `Makefile`
* Set name tag on ELB


# v0.9.2

### Summary
Expand Down
4 changes: 0 additions & 4 deletions examples/ad-asg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fd06a6

Please sign in to comment.