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

Commit 7a0c5f9

Browse files
committed
Merge branch 'develop'
2 parents aa275a3 + 9a34647 commit 7a0c5f9

15 files changed

+61
-46
lines changed

ci/taskcat.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ global:
55
qsname: quickstart-trendmicro-deepsecurity
66
regions:
77
- us-east-1
8+
- us-east-2
9+
- us-west-1
10+
- us-west-2
11+
- ca-central-1
12+
- ap-south-1
13+
- ap-northeast-2
14+
- ap-southeast-1
15+
- ap-southeast-2
16+
- ap-northeast-1
17+
- eu-central-1
18+
- eu-west-1
19+
- eu-west-2
20+
- sa-east-1
21+
- eu-west-3
22+
- us-gov-west-1
823
reporting: true
924
tests:
1025
test-deepsec:

templates/common/db/ds-db-abstract.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template is an abstraction layer for choosing PostgreSQL,
3+
Description: 'v5.18: This template is an abstraction layer for choosing PostgreSQL,
44
Oracle or MSSQL when deploying Deep Security Manager. (qs-1ngr590i4)'
55
Parameters:
66
DBIRDSInstanceSize:

templates/common/db/ds-db-mssql-rds.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template deploys an MSSQL RDS Instance for Deep Security
3+
Description: 'v5.18: This template deploys an MSSQL RDS Instance for Deep Security
44
Manager. (qs-1ngr590ij)'
55
Parameters:
66
DBIRDSInstanceSize:

templates/common/db/ds-db-oracle-rds.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template deploys an Oracle RDS instance for Deep Security
3+
Description: 'v5.18: This template deploys an Oracle RDS instance for Deep Security
44
Manager. (qs-1ngr590i9)'
55
Parameters:
66
DBIRDSInstanceSize:

templates/common/db/ds-db-postgresql-rds.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template deploys a PostgreSQL RDS instance for Deep Security
3+
Description: 'v5.18: This template deploys a PostgreSQL RDS instance for Deep Security
44
Manager. (qs-1ngr590ie)'
55
Parameters:
66
DBIRDSInstanceSize:

templates/common/dsm-elb.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: Deploys Elastic Load Balancers and Security Groups for Deep Security
3+
Description: 'v5.18: Deploys Elastic Load Balancers and Security Groups for Deep Security
44
(qs-1ngr590je). Manager.'
55
Parameters:
66
AWSIVPC:

templates/common/security-groups/ds-elb-sg.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template creates security groups for the ELB for Deep Security
3+
Description: 'v5.18: This template creates security groups for the ELB for Deep Security
44
Manager. (qs-1ngr590io)'
55
Parameters:
66
AWSIVPC:

templates/common/security-groups/dsm-security-group.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template creates the security group to allow inbound communication
3+
Description: 'v5.18: This template creates the security group to allow inbound communication
44
to Deep Security Manager. (qs-1ngr590iu)'
55
Parameters:
66
AWSIVPC:

templates/common/security-groups/dsm-sg-ingress-rules.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template creates the ingress rules for Deep Security Managers.
3+
Description: 'v5.18: This template creates the ingress rules for Deep Security Managers.
44
(qs-1ngr590j4)'
55
Parameters:
66
DSMSG:

templates/common/security-groups/rds-security-group.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: This template creates the security group to allow communication
3+
Description: 'v5.18: This template creates the security group to allow communication
44
from Deep Security Managers to their RDS Instance. (qs-1ngr590j9)'
55
Parameters:
66
AWSIVPC:

templates/marketplace/dsm-mp.template

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: Deploys Deep Security Manager to AWS. This template is designed
3+
Description: 'v5.18: Deploys Deep Security Manager to AWS. This template is designed
44
to be nested in a stack, and requires several passed parameters to launch. **WARNING**
55
This template creates Amazon EC2 instances and related resources. You will be billed
66
for the AWS resources used if you create a stack from this template. (qs-1ngr590jo)'
@@ -215,53 +215,53 @@ Parameters:
215215
Mappings:
216216
DSMAMI:
217217
ap-northeast-1:
218-
PerHost: ami-0ecec4b3de420bc3b
219-
BYOL: ami-0a1e1f136e407693c
218+
PerHost: ami-0379cadcc4020a755
219+
BYOL: ami-08495528ca4dd913c
220220
ap-northeast-2:
221-
PerHost: ami-0d1c9fe648b6dc701
222-
BYOL: ami-0db757710ee8dc997
221+
PerHost: ami-01e684a80d8d25a34
222+
BYOL: ami-0861bc167cf69cd3f
223223
ap-south-1:
224-
PerHost: ami-0fce14da2a73c2e44
225-
BYOL: ami-07cbdc0d04f48d2e8
224+
PerHost: ami-0310bbd01057491a9
225+
BYOL: ami-0ef930026e3327313
226226
ap-southeast-1:
227-
PerHost: ami-092c893dcc5c670dd
228-
BYOL: ami-0a0ab48d0a0031849
227+
PerHost: ami-0e059df7e5a4fa780
228+
BYOL: ami-09f7b245b40a68e43
229229
ap-southeast-2:
230-
PerHost: ami-00dd4d6303426850c
231-
BYOL: ami-0f023de0a6ed31b48
230+
PerHost: ami-0ae6d033f6f842eb6
231+
BYOL: ami-0da923f3d1e3ee624
232232
ca-central-1:
233-
PerHost: ami-0ffbe979d46808fab
234-
BYOL: ami-0e870d970495dd352
233+
PerHost: ami-0304538deb76da7dd
234+
BYOL: ami-0b8b7c56d3d01ad0e
235235
eu-central-1:
236-
PerHost: ami-0c865a33494762550
237-
BYOL: ami-0983dbbc0e100c938
236+
PerHost: ami-0257dda01ea3266c1
237+
BYOL: ami-020fe3c993f7360d5
238238
eu-west-1:
239-
PerHost: ami-0de24ff957e889844
240-
BYOL: ami-09cc0afdc6254b801
239+
PerHost: ami-086a7f436c346c1ea
240+
BYOL: ami-0b4ec49bd7ec09e20
241241
eu-west-2:
242-
PerHost: ami-06aaebf53274630e3
243-
BYOL: ami-0945c4628dc4fad5b
242+
PerHost: ami-057444042095d9827
243+
BYOL: ami-04097d43d0d62dff5
244244
eu-west-3:
245-
PerHost: ami-00883836d2894a9d3
246-
BYOL: ami-0d29be9916dd0d8f4
245+
PerHost: ami-03111690ab40937b9
246+
BYOL: ami-0b41346a8c7281fcf
247247
sa-east-1:
248-
PerHost: ami-0fca3605d7ae93f5e
249-
BYOL: ami-0285639bc29b63cb4
248+
PerHost: ami-00ddf20b9cfe647de
249+
BYOL: ami-04112fabf1158c10b
250250
us-east-1:
251-
PerHost: ami-0dd1ad16aa9e8cfa8
252-
BYOL: ami-0efe65962a50771ba
251+
PerHost: ami-0ecd04d3f4ade6df1
252+
BYOL: ami-080c8a3073759ce1b
253253
us-east-2:
254-
PerHost: ami-0e53dca56253c120d
255-
BYOL: ami-0b1d4c1872170b148
254+
PerHost: ami-0fbee806719e7918f
255+
BYOL: ami-00fd2bdaba3211bb5
256256
us-gov-west-1:
257-
PerHost: ami-c7cd57a6
258-
BYOL: ami-7fc3591e
257+
PerHost: ami-e9cdaf88
258+
BYOL: ami-f3d2b092
259259
us-west-1:
260-
PerHost: ami-0746680ef0f8ca91e
261-
BYOL: ami-0bd282317b019b3be
260+
PerHost: ami-0f00c6edbb8d67f60
261+
BYOL: ami-0fcfc8c230724b093
262262
us-west-2:
263-
PerHost: ami-0514be15681f83ede
264-
BYOL: ami-0e6e7d7edacbff83a
263+
PerHost: ami-0bbdbaaaa7a285704
264+
BYOL: ami-0f5ba863007459030
265265
DSMSIZE:
266266
us-east-1:
267267
PerHost: m5.xlarge

templates/marketplace/master-mp.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'v5.17: Trend Micro Deep Security Marketplace master template. For more
3+
Description: 'v5.18: Trend Micro Deep Security Marketplace master template. For more
44
information see http://aws.trendmicro.com. (qs-1ngr590jt)'
55
Metadata:
66
AWS::CloudFormation::Interface:

templates/quickstart/trendmicro-deepsecurity-byol-master.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'QS(0011) - v5.17: Quick Start that deploys Trend Micro Deep Security
3+
Description: 'QS(0011) - v5.18: Quick Start that deploys Trend Micro Deep Security
44
into an existing VPC with a Multi-AZ RDS instance **WARNING** This template uses
55
images from the AWS Marketplace and an active subscription is required - Please
66
see the Quick Start documentation for more details. You will be billed for the AWS

templates/quickstart/trendmicro-deepsecurity-master.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: 'QS(0011) - v5.17: Quick Start that deploys Trend Micro Deep Security
3+
Description: 'QS(0011) - v5.18: Quick Start that deploys Trend Micro Deep Security
44
into an existing VPC with a Multi-AZ PostgreSQL RDS instance **WARNING** This template
55
uses images from the AWS Marketplace and an active subscription is required - Please
66
see the Quick Start documentation for more details. You will be billed for the AWS

0 commit comments

Comments
 (0)