Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created May 26, 2018 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/74db2ad15e368fc13d85ccb69e5757aa to your computer and use it in GitHub Desktop.
Save nivleshc/74db2ad15e368fc13d85ccb69e5757aa to your computer and use it in GitHub Desktop.
These are the mappings used in the CloudFormation template for deploying Active Directory Domain Services
Mappings:
AMIMap:
WindowsServer2012R2Base:
"ImageId": "ami-2a9a1655"
WindowsServer2016Base:
"ImageId": "ami-f0df538f"
SubnetMap:
us-east-1a:
Dev: "subnet-cf2ee1a8"
Test: "ssubnet-5f25ea38"
us-east-1b:
Dev: "subnet-8c70b6a2"
Test: "subnet-1875b336"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment