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

Commit 15a4f1f

Browse files
Updated to v3.7, fixed Sydney per host mapping issue, added per host for California,
1 parent cc036e8 commit 15a4f1f

12 files changed

Lines changed: 67 additions & 66 deletions

DeepSecurity/Common/DB/DSDBAbstract.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
},
119119
"CfnUrlPrefix" : {
120120
"Type" : "String",
121-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/"
121+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
122122
}
123123
},
124124
"Resources" : {

DeepSecurity/Common/DSM96ELB.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"CfnUrlPrefix" : {
3737
"Type" : "String",
38-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/"
38+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
3939
}
4040
},
4141
"Resources" : {

DeepSecurity/Common/Scripts/cfn-rh-sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ yum -y install gcc-c++
77
yum -y install python-devel
88
yum -y install freetds-devel
99
pip install pymssql
10-
curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/create-DSM-SqlDB.py
10+
curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.7/Common/Scripts/create-DSM-SqlDB.py
1111
chmod 755 create-DSM-SqlDB.py
1212

DeepSecurity/Marketplace/DSM96MP.template

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -207,91 +207,92 @@
207207
},
208208
"CfnUrlPrefix" : {
209209
"Type" : "String",
210-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/"
210+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
211211
}
212212
},
213213
"Mappings" : {
214214
"DSMAMI" : {
215215
"us-east-1" : {
216-
"PerHost" : "ami-096e7463",
216+
"PerHost" : "ami-096e7463",
217217
"BYOL" : "ami-5eff3933",
218-
"25" : "ami-9d203ff7",
219-
"50" : "ami-9d203ff7",
220-
"100" : "ami-9d203ff7",
221-
"200" : "ami-9d203ff7"
218+
"25" : "ami-a1f036cc",
219+
"50" : "ami-a1f036cc",
220+
"100" : "ami-a1f036cc",
221+
"200" : "ami-a1f036cc"
222222
},
223223
"us-west-1" : {
224-
"BYOL" : "ami-64b4cb04",
225-
"25" : "ami-a8bffac8",
226-
"50" : "ami-a0b4cbc0",
227-
"100" : "ami-a0b4cbc0",
228-
"200" : "ami-a0b4cbc0"
224+
"PerHost" : "ami-820779e2"
225+
"BYOL" : "ami-a8bffac8",
226+
"25" : "ami-99b9fcf9",
227+
"50" : "ami-99b9fcf9",
228+
"100" : "ami-99b9fcf9",
229+
"200" : "ami-99b9fcf9"
229230
},
230231
"us-west-2" : {
231-
"PerHost" : "ami-27a95947",
232+
"PerHost" : "ami-27a95947",
232233
"BYOL" : "ami-2e37f24e",
233-
"25" : "ami-853dcbe5",
234-
"50" : "ami-853dcbe5",
235-
"100" : "ami-853dcbe5",
236-
"200" : "ami-853dcbe5"
234+
"25" : "ami-8333f6e3",
235+
"50" : "ami-8333f6e3",
236+
"100" : "ami-8333f6e3",
237+
"200" : "ami-8333f6e3"
237238
},
238239
"eu-west-1" : {
239-
"PerHost" : "ami-0329a670",
240+
"PerHost" : "ami-0329a670",
240241
"BYOL" : "ami-48a6383b",
241-
"25" : "ami-96139ee5",
242-
"50" : "ami-96139ee5",
243-
"100" : "ami-96139ee5",
244-
"200" : "ami-96139ee5"
242+
"25" : "ami-c3a638b0",
243+
"50" : "ami-c3a638b0",
244+
"100" : "ami-c3a638b0",
245+
"200" : "ami-c3a638b0"
245246
},
246247
"eu-central-1" : {
247248
"BYOL" : "ami-c14fa6ae",
248-
"25" : "ami-f946a696",
249-
"50" : "ami-f946a696",
250-
"100" : "ami-f946a696",
251-
"200" : "ami-f946a696"
249+
"25" : "ami-f44ea79b",
250+
"50" : "ami-f44ea79b",
251+
"100" : "ami-f44ea79b",
252+
"200" : "ami-f44ea79b"
252253
},
253254
"ap-south-1" : {
254255
"BYOL" : "ami-f8a9c397",
255-
"25" : "ami-cca8c2a3",
256-
"50" : "ami-cca8c2a3",
257-
"100" : "ami-cca8c2a3",
258-
"200" : "ami-cca8c2a3"
256+
"25" : "ami-cca8c2a3",
257+
"50" : "ami-cca8c2a3",
258+
"100" : "ami-cca8c2a3",
259+
"200" : "ami-cca8c2a3"
259260
},
260261
"ap-southeast-1" : {
261262
"BYOL" : "ami-6218cb01",
262-
"25" : "ami-2bd60248",
263-
"50" : "ami-2bd60248",
264-
"100" : "ami-2bd60248",
265-
"200" : "ami-2bd60248"
263+
"25" : "ami-6d18cb0e",
264+
"50" : "ami-6d18cb0e",
265+
"100" : "ami-6d18cb0e",
266+
"200" : "ami-6d18cb0e"
266267
},
267268
"ap-northeast-1" : {
268-
"PerHost" : "ami-cbefc2a8",
269269
"BYOL" : "ami-d854beb9",
270-
"25" : "ami-b2aeb2dc",
271-
"50" : "ami-b2aeb2dc",
272-
"100" : "ami-b2aeb2dc",
273-
"200" : "ami-b2aeb2dc"
270+
"25" : "ami-d754beb6",
271+
"50" : "ami-d754beb6",
272+
"100" : "ami-d754beb6",
273+
"200" : "ami-d754beb6"
274274
},
275275
"ap-southeast-2" : {
276+
"PerHost" : "ami-cbefc2a8",
276277
"BYOL" : "ami-8a8ca5e9",
277-
"25" : "ami-c595b7a6",
278-
"50" : "ami-c595b7a6",
279-
"100" : "ami-c595b7a6",
280-
"200" : "ami-c595b7a6"
278+
"25" : "ami-898ca5ea",
279+
"50" : "ami-898ca5ea",
280+
"100" : "ami-898ca5ea",
281+
"200" : "ami-898ca5ea"
281282
},
282283
"sa-east-1" : {
283284
"BYOL" : "ami-c250daae",
284-
"25" : "ami-39a32d55",
285-
"50" : "ami-39a32d55",
286-
"100" : "ami-39a32d55",
287-
"200" : "ami-39a32d55"
285+
"25" : "ami-6456dc08",
286+
"50" : "ami-6456dc08",
287+
"100" : "ami-6456dc08",
288+
"200" : "ami-6456dc08"
288289
},
289290
"ap-northeast-2" : {
290291
"BYOL" : "ami-c62ee5a8",
291-
"25" : "ami-540ec63a",
292-
"50" : "ami-540ec63a",
293-
"100" : "ami-540ec63a",
294-
"200" : "ami-540ec63a"
292+
"25" : "ami-3922e957",
293+
"50" : "ami-3922e957",
294+
"100" : "ami-3922e957",
295+
"200" : "ami-3922e957"
295296
}
296297
},
297298
"DSMSIZE" : {

DeepSecurity/Marketplace/MasterMP96.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
},
293293
"CfnUrlPrefix" : {
294294
"Type" : "String",
295-
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.6/"
295+
"Default" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
296296
}
297297
},
298298
"Mappings" : {

DeepSecurity/Quickstart/TMQuickStart.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.3 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.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.",
44
"Metadata" : {
55
"AWS::CloudFormation::Interface" : {
66
"ParameterGroups" : [
@@ -244,7 +244,7 @@
244244
},
245245
"Parameters" : {
246246
"CfnUrlPrefix" : {
247-
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.6/"
247+
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
248248
}
249249
}
250250
},

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.3 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.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.",
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.6/"
253+
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
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.3 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.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.",
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.5/"
217+
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
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.3 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.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.",
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.6/"
169+
"Prefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/"
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.5/",
261-
"GovCloudPrefix" : "https://s3-us-gov-west-1.amazonaws.com/trend-micro-quick-start/v3.6/"
260+
"CommericalPrefix" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.7/",
261+
"GovCloudPrefix" : "https://s3-us-gov-west-1.amazonaws.com/trend-micro-quick-start/v3.7/"
262262
}
263263
}
264264
},

0 commit comments

Comments
 (0)