Terraform and Ansible script to setup a Active Directory Certificate Services test environment in AWS. Ansible script is largely based on https://github.com/d1vious/building-a-windows-dc-terraform.
- Install terraform (see https://learn.hashicorp.com/tutorials/terraform/install-cli) and ansible
- Insert your AWS access key and AWS SSH key particulars into terraform.tfvars
- Check that ansible/ansible.cfg is not world-writable
- Execute
terraform init
and thenterraform apply
- Connect with RDP to the Domain Controller and have fun :-)