BaseStackName:
Type: String
Description: "ECS Base Stack Name"
Default: "toolshed-ecs"
DockerImage:
Description: 'Docker Image, i.e.: ecs/sftphub:latest'
Type: String
HostedZoneName:
Description: Name of the Route53 HostedZone to use
Type: String
Default: "uits-nonprod-aws.arizona.edu"
SSLCertificateARN:
Type: String
Description: Full ARN of the SSL Certificate to use on the load balancer
Default: "arn:aws:acm:us-west-2:722748364533:certificate/8be5393d-4519-4189-afd5-39aeb9abf82a"
DatabaseHost:
Description: IP or DNS of the database host
Type: String
DatabaseUser:
Description: Database Username
Type: String
NoEcho: 'true'
DatabasePassword:
Description: Database Password
Type: String
NoEcho: 'true'
DatabaseSchema:
Description: Database Schema Name
Type: String
EDSURL:
Description: EDS URL
Type: String
EDSUsername:
Description: EDS Username
Type: String
NoEcho: 'true'
EDSPassword:
Description: EDS Password
Type: String
NoEcho: 'true'
ServiceTag:
Description: Refers to the application (Uaccess Learning, Uaccess Employee, Uaccess Student)
Type: String
Default: "Toolshed"
EnvironmentTag:
Description: Type of environment that is using this resource, such as 'dev', 'tst', 'prd'.
Type: String
ContactNetidTag:
Description: NetID of person most familiar with resource
Type: String
Default: "fischerm"
AccountNumberTag:
Description: Identifies the financial system account number
Type: String
SubAccountTag:
Description: Identifies the financial system subaccount number
Type: String
TicketNumberTag:
Description: Jira Ticket Number
Type: String
OpsWeb ECS Task
This CloudFormation template will deploy the OpsWeb application as a task on an existing ECS cluster.