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 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: templates/quickstart/trendmicro-deepsecurity-vpc.template
+15-80Lines changed: 15 additions & 80 deletions
Original file line number
Diff line number
Diff line change
@@ -2,39 +2,13 @@
2
2
AWSTemplateFormatVersion: 2010-09-09
3
3
Description: 'This template is used strictly for CI entrypoints. It is not designed to be launched outside of the CI/CD Pipeline of the AWS QuickStart Team'
4
4
Parameters:
5
-
AWSKeyPairName:
5
+
KeyPairName:
6
6
Description: Select an existing key pair to use for connecting to your Deep Security
7
7
Manager Instance.
8
8
Type: AWS::EC2::KeyPair::KeyName
9
9
MinLength: '1'
10
10
MaxLength: '255'
11
11
ConstraintDescription: Select an existing EC2 Key Pair.
12
-
AWSVPC:
13
-
Description: Select an existing VPC to deploy Deep Security Manager.
14
-
Type: AWS::EC2::VPC::Id
15
-
MinLength: '1'
16
-
MaxLength: '255'
17
-
AllowedPattern: '[-_a-zA-Z0-9]*'
18
-
DatabaseSubnet1:
19
-
Description: Select a private subnet for the RDS database. Must be a private
20
-
subnet contained the in VPC chosen above.
21
-
Type: AWS::EC2::Subnet::Id
22
-
ConstraintDescription: RDS Subnet Groups must be comprised of 2 subnets in seperate
23
-
availability zones within the specified VPC for deploying this template
24
-
DatabaseSubnet2:
25
-
Description: Select a second private subnet for the RDS database. Must be a private
26
-
subnet contained the in VPC chosen above.
27
-
Type: AWS::EC2::Subnet::Id
28
-
ConstraintDescription: RDS Subnet Groups must be comprised of 2 subnets in seperate
29
-
availability zones within the specified VPC for deploying this template
30
-
DeepSecuritySubnet:
31
-
Description: Select an existing Subnet for Deep Security Manager. Must be a public
32
-
subnet contained the in VPC chosen above.
33
-
Type: AWS::EC2::Subnet::Id
34
-
MinLength: '1'
35
-
MaxLength: '255'
36
-
AllowedPattern: '[-_a-zA-Z0-9]*'
37
-
ConstraintDescription: Subnet ID must exist in the chosen VPC
38
12
DeepSecurityAdminName:
39
13
Default: MasterAdmin
40
14
Description: The Deep Security Manager administrator username for Web Console
@@ -84,15 +58,10 @@ Parameters:
84
58
forward slash (/).
85
59
Type: String
86
60
AvailabilityZones:
87
-
Description: List of Availability Zones to use for the subnets in the VPC. Three
88
-
Availability Zones are used for this deployment, and the logical order of your
89
-
selections is preserved.
90
-
Type: List<AWS::EC2::AvailabilityZone::Name>
91
-
KeyPairName:
92
-
Description: The name of an existing public/private key pair, which allows you
93
-
to securely connect to your instance after it launches
94
-
Type: AWS::EC2::KeyPair::KeyName
95
-
Mappings:
61
+
Description: List of Availability Zones to use for the subnets in the VPC. Three
62
+
Availability Zones are used for this deployment, and the logical order of your
0 commit comments