You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
"Description" : "v3.9 Quick Start that deploys a new VPC with Trend Micro Deep Security **WARNING** This template uses images from the AWS Marketplace and an active subscription is required - Please see the Quick Start documentation for more details. You will be billed for the AWS resources used if you create a stack from this template.",
"DeepSecurityAdminName" : { "default" : "Administrator username for Deep Security" },
15
+
"DeepSecurityAdminPass" : { "default" : "Administrator password for Deep Security" },
16
+
"DeepSecurityLicenseKey" : { "default" : "Activation Code for Deep Security IPS"}
17
+
}
18
+
}
19
+
},
20
+
"Parameters" : {
21
+
"AWSKeyPairName" : {
22
+
"Description" : "Select an existing key pair to use for connecting to your Deep Security Manager Instance.",
23
+
"Type" : "AWS::EC2::KeyPair::KeyName",
24
+
"MinLength" : "1",
25
+
"MaxLength" : "255",
26
+
"ConstraintDescription" : "Select an existing EC2 Key Pair."
27
+
},
28
+
"DeepSecurityAdminName" : {
29
+
"Default" : "MasterAdmin",
30
+
"NoEcho" : false,
31
+
"Description" : "The Deep Security Manager administrator username for Web Console Access.",
32
+
"Type" : "String",
33
+
"MinLength" : 1,
34
+
"MaxLength" : 16,
35
+
"AllowedPattern" : "[a-zA-Z][a-zA-Z0-9]*",
36
+
"ConstraintDescription" : "Must begin with a letter and contain only alphanumeric characters. Min length 1, max length 16"
37
+
},
38
+
"DeepSecurityAdminPass" : {
39
+
"NoEcho" : true,
40
+
"Description" : "The Deep Security Manager administrator password. Must be 8-41 characters long and can only contain alphanumeric characters or the following special characters !^*-_+",
41
+
"Type" : "String",
42
+
"MinLength" : 8,
43
+
"MaxLength" : 41,
44
+
"AllowedPattern" : "[a-zA-Z0-9!^*\\-_+]*",
45
+
"ConstraintDescription" : "Can only contain alphanumeric characters or the following special characters !^*-_+ Min length 8, max length 41"
46
+
},
47
+
"DeepSecurityLicenseKey" : {
48
+
"Description" : "If you have a Deep Security license key, enter it here. Including dashes (e.g. AP-E9RM-99WHE-B5UR5-BV8YB-HVYM8-HYYVG).",
0 commit comments