This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AWSTemplateFormatVersion": "2010-09-09", | |
"Description": "(0001) - This template creates the Security Groups Required for Domain Controllers - Please update the Parameters as they pertain to your envrionments.", | |
"Parameters": { | |
"Mappings": { | |
"Resources": { | |
"Properties": { | |
"DomainControllerSG1": { | |
"Type": "AWS::EC2::SecurityGroup", | |
"Properties": { |