Parameters:
EnvAppName:
MinLength: '3'
Type: String
Description: Full Application name, ie 'Kuali Financials'
Default: "Uaccess Financials"
EnvSlug:
MinLength: '2'
Type: String
Description: Short environment slug, ie 'dev', or 'markdev'. Lowercase letters,
numbers and dashes only
AllowedPattern: "[a-z0-9]*"
Default: "sg"
AppSlug:
MinLength: '3'
Type: String
Description: Short application slug, ie 'kfs'. Lowercase letters, numbers and
dashes only
AllowedPattern: "[a-z0-9-]*"
Default: "uaf"
VPCCloudFormationName:
Description: VPC CloudFormation Name
Type: String
Default: "kuali-vpc"
TagService:
Description: Service name (from the service catalog) that is utilizing this resource
Type: String
Default: "Uaccess Financials"
TagName:
Description: Descriptive identifier of resource.
Type: String
Default: "Security Group"
TagEnvironment:
Description: Type of environment that is using this resource, such as 'dev', 'tst', 'prd'.
Type: String
Default: "Security Groups"
TagCreatedBy:
Description: NetID of the user that created this resource
Type: String
Default: "kellehs"
TagContactNetId:
Description: NetID of the person to contact for information about this resource
Type: String
Default: "kellehs"
TagAccountNumber:
Description: Financial system account number for the service utilizing this resource
Type: String
Default: "Uaccess Financials"
TagSubAccount:
Description: Financial system subaccount number for the service utilizing this resource
Type: String
Default: "Uaccess Financials"
TagTicketNumber:
Description: Ticket number that this resource is for
Type: String
Default: "UAFAWS-16"
TagResourceFunction:
Description: Human-readable description of what function this resource is providing
Type: String
Default: "Security Group"
KFS SecurityGroups CloudFormation Deployment
This CloudFormation template will build out the security groups required for a KFS environment. This template must be run immediately prior to kfs_opsworks.yaml and values from this template passed to the following one.