Rabadash8820 / AwsUtil

A set of scripts, templates, and schemas for general AWS cloud infrastructures.
Mozilla Public License 2.0
2 stars 0 forks source link

Split Active Directory Template's SubnetCidrBlocks Parameter in Two #50

Closed Rabadash8820 closed 7 years ago

Rabadash8820 commented 7 years ago

The active-directory template currently has a SubnetCidrBlocks parameter that accepts a comma-separated list of CIDR blocks. However, there must only ever be two CIDR blocks, because AWS Directory Service uses two subnets to create an Active Directory. Therefore, the template will be clearer if we split the SubnetCidrBlocks parameter into two parameters: Subnet1CidrBlock and Subnet2CidrBlock.