Skip to content

Instantly share code, notes, and snippets.

View gabe1314's full-sized avatar

Gabriel Sandoval gabe1314

  • Canyon Country, Ca
View GitHub Profile
@gabe1314
gabe1314 / SecurityGroupsDomainControllersCFTemplate.json
Last active November 29, 2017 20:30
This template creates the Security Groups Required Domain Controllers
{
"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": {