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
"Description" : "v2 Quick Start that deploys Trend Micro Deep Security into an exisintg VPC with a Multi-AZ Oracle RDS instance **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.",
"ProtectedInstances" : { "default" : "Number of instances you expect to protect with Deep Security Agents" }
26
+
}
27
+
}
28
+
},
29
+
"Parameters" : {
30
+
"AWSKeyPairName" : {
31
+
"Description" : "Select an existing key pair to use for connecting to your Deep Security Manager Instance.",
32
+
"Type" : "AWS::EC2::KeyPair::KeyName",
33
+
"MinLength" : "1",
34
+
"MaxLength" : "255",
35
+
"AllowedPattern" : "[-_a-zA-Z0-9]*",
36
+
"ConstraintDescription" : "Select an existing EC2 Key Pair."
37
+
},
38
+
"AWSVPC" : {
39
+
"Description" : "Select an existing VPC to deploy Deep Security Manager.",
40
+
"Type" : "AWS::EC2::VPC::Id",
41
+
"MinLength" : "1",
42
+
"MaxLength" : "255",
43
+
"AllowedPattern" : "[-_a-zA-Z0-9]*"
44
+
},
45
+
"DatabaseSubnet1" : {
46
+
"Description" : "Select a private subnet for the RDS database. Must be a private subnet contained the in VPC chosen above.",
47
+
"Type" : "AWS::EC2::Subnet::Id",
48
+
"ConstraintDescription" : "RDS Subnet Groups must be comprised of 2 subnets in seperate availability zones within the specified VPC for deploying this template"
49
+
},
50
+
"DatabaseSubnet2" : {
51
+
"Description" : "Select a second private subnet for the RDS database. Must be a private subnet contained the in VPC chosen above.",
52
+
"Type" : "AWS::EC2::Subnet::Id",
53
+
"ConstraintDescription" : "RDS Subnet Groups must be comprised of 2 subnets in seperate availability zones within the specified VPC for deploying this template"
54
+
},
55
+
"DeepSecuritySubnet" : {
56
+
"Description" : "Select an existing Subnet for Deep Seucurity Manager. Must be a public subnet contained the in VPC chosen above.",
57
+
"Type" : "AWS::EC2::Subnet::Id",
58
+
"MinLength" : "1",
59
+
"MaxLength" : "255",
60
+
"AllowedPattern" : "[-_a-zA-Z0-9]*",
61
+
"ConstraintDescription" : "Subnet ID must exist in the chosen VPC"
62
+
},
63
+
"DeepSecurityAdminName" : {
64
+
"Default" : "MasterAdmin",
65
+
"NoEcho" : false,
66
+
"Description" : "The Deep Security Manager administrator username for Web Console Access.",
67
+
"Type" : "String",
68
+
"MinLength" : 1,
69
+
"MaxLength" : 16,
70
+
"AllowedPattern" : "[a-zA-Z][a-zA-Z0-9]*",
71
+
"ConstraintDescription" : "Must begin with a letter and contain only alphanumeric characters. Min length 1, max length 16"
72
+
},
73
+
"DeepSecurityAdminPass" : {
74
+
"NoEcho" : true,
75
+
"Description" : "The Deep Security Manager administrator password. Must be 8-41 characters long and can only contain alphanumeric characters or the following special characters !^*-_+",
76
+
"Type" : "String",
77
+
"MinLength" : 8,
78
+
"MaxLength" : 41,
79
+
"AllowedPattern" : "[a-zA-Z0-9!^*\\-_+]*",
80
+
"ConstraintDescription" : "Can only contain alphanumeric characters or the following special characters !^*-_+ Min length 8, max length 41"
81
+
},
82
+
"ProtectedInstances" : {
83
+
"Description" : "Select how many instances would you like to protect.",
0 commit comments