Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit cadf972

Browse files
committed
Update version to 3.9. Add support for networkonly license keys
1 parent f005a9d commit cadf972

8 files changed

Lines changed: 66 additions & 24 deletions

File tree

DeepSecurity/Marketplace/DSM96MP.template

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,15 @@
207207
},
208208
"CfnUrlPrefix" : {
209209
"Type" : "String",
210-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
210+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/"
211+
},
212+
"DSCLicenseType" : {
213+
"Type" : "String",
214+
"Default" : "Enterprise",
215+
"AllowedValues" : [
216+
"Enterprise",
217+
"Network"
218+
]
211219
}
212220
},
213221
"Mappings" : {
@@ -792,14 +800,30 @@
792800
"Fn::If" : [
793801
"AddAcAnswer",
794802
{
795-
"Fn::Join" : [
796-
"",
797-
[
798-
"LicenseScreen.License.-1=",
799-
{
800-
"Ref" : "DSIPLicenseKey"
801-
}
802-
]
803+
"Fn::If" : [
804+
"NetworkOnlyLicense",
805+
{
806+
"Fn::Join": [
807+
"",
808+
[
809+
"LicenseScreen.License.1=",
810+
{
811+
"Ref": "DSIPLicenseKey"
812+
}
813+
]
814+
]
815+
},
816+
{
817+
"Fn::Join" : [
818+
"",
819+
[
820+
"LicenseScreen.License.-1=",
821+
{
822+
"Ref" : "DSIPLicenseKey"
823+
}
824+
]
825+
]
826+
}
803827
]
804828
},
805829
"\n"
@@ -1607,6 +1631,14 @@
16071631
},
16081632
"External"
16091633
]
1634+
},
1635+
"NetworkOnlyLicense" : {
1636+
"Fn:Equals" : [
1637+
{
1638+
"Ref" : "DSCLicenseType"
1639+
},
1640+
"Network"
1641+
]
16101642
}
16111643
},
16121644
"Outputs" : {

DeepSecurity/Marketplace/MasterMP96.template

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ParameterGroups" : [
77
{
88
"Label" : { "default" : "Deep Security Manager Configuration" },
9-
"Parameters" : [ "DSCAdminName", "DSCAdminPassword", "DSIPInstanceType", "AWSIKeyPairName", "DSIPLicense", "DSIMultiNode", "DSIPLicenseKey", "DSIPGUIPort", "DSIPHeartbeatPort" ]
9+
"Parameters" : [ "DSCAdminName", "DSCAdminPassword", "DSIPInstanceType", "AWSIKeyPairName", "DSIPLicense", "DSIMultiNode", "DSIPLicenseKey", "DSIPGUIPort", "DSIPHeartbeatPort", "DSCLicenseType" ]
1010
},
1111
{
1212
"Label" : { "default" : "Network Configuration" },
@@ -42,7 +42,8 @@
4242
"DBISubnet2" : { "default" : "Secondary private subnet for RDS" },
4343
"DBIInstanceIdentifier" : { "default" : "Unique RDS Instance ID" },
4444
"DSIPLicense" : { "default" : "Deep Security License Type" },
45-
"DBPMultiAZ" : { "default" : "Single- or Multi- AZ RDS instance" }
45+
"DBPMultiAZ" : { "default" : "Single- or Multi- AZ RDS instance" },
46+
"DSCLicenseType" : { "default" : "Select Enterprise or Network License Key Type"}
4647
}
4748
}
4849
},
@@ -292,8 +293,16 @@
292293
},
293294
"CfnUrlPrefix" : {
294295
"Type" : "String",
295-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.8/"
296-
}
296+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/"
297+
},
298+
"DSCLicenseType" : {
299+
"Type" : "String",
300+
"Default" : "Enterprise",
301+
"AllowedValues" : [
302+
"Enterprise",
303+
"Network"
304+
]
305+
}
297306
},
298307
"Mappings" : {
299308
"DSMNodeDependency" : {
@@ -416,7 +425,8 @@
416425
"DSELBPosture" : {
417426
"Ref" : "DSELBPosture"
418427
},
419-
"CfnUrlPrefix" : { "Ref" : "CfnUrlPrefix" }
428+
"CfnUrlPrefix" : { "Ref" : "CfnUrlPrefix" },
429+
"DSCLicenseType" : { "Ref" : "DSCLicenseType"}
420430
}
421431
}
422432
},

DeepSecurity/Quickstart/TMQuickStartBYOL.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "v3.7 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.",
3+
"Description" : "v3.9 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.",
44
"Metadata" : {
55
"AWS::CloudFormation::Interface" : {
66
"ParameterGroups" : [
@@ -250,7 +250,7 @@
250250
},
251251
"Parameters" : {
252252
"CfnUrlPrefix" : {
253-
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.8/"
253+
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/"
254254
}
255255
}
256256
},

DeepSecurity/Quickstart/TMQuickStartPPU.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "v3.7 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.",
3+
"Description" : "v3.9 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.",
44
"Metadata" : {
55
"AWS::CloudFormation::Interface" : {
66
"ParameterGroups" : [
@@ -214,7 +214,7 @@
214214
},
215215
"Parameters" : {
216216
"CfnUrlPrefix" : {
217-
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
217+
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/"
218218
}
219219
}
220220
},

DeepSecurity/Quickstart/TMQuickStartPoc.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "v3.7 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.",
3+
"Description" : "v3.9 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.",
44
"Metadata" : {
55
"AWS::CloudFormation::Interface" : {
66
"ParameterGroups" : [
@@ -166,7 +166,7 @@
166166
},
167167
"Parameters" : {
168168
"CfnUrlPrefix" : {
169-
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
169+
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/"
170170
}
171171
}
172172
},

DeepSecurity/Quickstart/TMQuickStartRHEL.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@
257257
},
258258
"Parameters" : {
259259
"CfnUrlPrefix" : {
260-
"CommericalPrefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.8/",
261-
"GovCloudPrefix" : "https://s3-us-gov-west-1.amazonaws.com/trend-micro-quick-start/v3.8/"
260+
"CommericalPrefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/",
261+
"GovCloudPrefix" : "https://s3-us-gov-west-1.amazonaws.com/trend-micro-quick-start/v3.9/"
262262
}
263263
}
264264
},

DeepSecurity/RHEL/DSM96RH.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
},
196196
"CfnUrlPrefix" : {
197197
"Type" : "String",
198-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
198+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/"
199199
}
200200
},
201201
"Mappings" : {

DeepSecurity/RHEL/MasterRH96.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
},
281281
"CfnUrlPrefix" : {
282282
"Type" : "String",
283-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.8/"
283+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.9/"
284284
}
285285
},
286286
"Resources" : {

0 commit comments

Comments
 (0)