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

Commit 7376e49

Browse files
committed
move to v3.4 location
1 parent 7f00d42 commit 7376e49

11 files changed

Lines changed: 43 additions & 43 deletions

DeepSecurity/Common/DB/DSDBAbstract.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"Type" : "AWS::CloudFormation::Stack",
123123
"Condition" : "DBTypeIsOracle",
124124
"Properties" : {
125-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/DB/DSDBOracleRDS.template",
125+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/DB/DSDBOracleRDS.template",
126126
"TimeoutInMinutes" : "10",
127127
"Parameters" : {
128128
"DBIRDSInstanceSize" : {
@@ -156,7 +156,7 @@
156156
"Type" : "AWS::CloudFormation::Stack",
157157
"Condition" : "DBTypeIsSQL",
158158
"Properties" : {
159-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/DB/DSDBSQLRDS.template",
159+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/DB/DSDBSQLRDS.template",
160160
"TimeoutInMinutes" : "10",
161161
"Parameters" : {
162162
"DBIRDSInstanceSize" : {

DeepSecurity/Common/DSM96ELB.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ELBSG" : {
4848
"Type" : "AWS::CloudFormation::Stack",
4949
"Properties" : {
50-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/SecurityGroups/DSELBSG.template",
50+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/SecurityGroups/DSELBSG.template",
5151
"Parameters" : {
5252
"AWSIVPC" : {
5353
"Ref" : "AWSIVPC"

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.3/Common/Scripts/create-DSM-SqlDB.py
10+
curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/create-DSM-SqlDB.py
1111
chmod 755 create-DSM-SqlDB.py
1212

DeepSecurity/Marketplace/DSM96MP.template

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -876,22 +876,22 @@
876876
"addCloudAccount" : {
877877
"files" : {
878878
"/etc/cfn/set-aiaSettings" : {
879-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/set-aiaSettings",
879+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/set-aiaSettings",
880880
"owner" : "root",
881881
"mode" : "000700"
882882
},
883883
"/etc/cfn/createCloudAccount" : {
884-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/createCloudAccount",
884+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/createCloudAccount",
885885
"owner" : "root",
886886
"mode" : "000700"
887887
},
888888
"/etc/cfn/wait-for-relay-and-stop-manager" : {
889-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/wait-for-relay-and-stop-manager",
889+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/wait-for-relay-and-stop-manager",
890890
"owner" : "root",
891891
"mode" : "000700"
892892
},
893893
"/etc/cfn/kill-mp-web-installer" : {
894-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/kill-mp-web-installer",
894+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/kill-mp-web-installer",
895895
"owner" : "root",
896896
"mode" : "000700"
897897
}
@@ -989,7 +989,7 @@
989989
"sqlSetup" : {
990990
"commands" : {
991991
"1-get-create-script" : {
992-
"command" : "cd /etc/cfn/rhel-scripts; curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/create-DSM-SqlDB.py; chmod 755 create-DSM-SqlDB.py",
992+
"command" : "cd /etc/cfn/rhel-scripts; curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/create-DSM-SqlDB.py; chmod 755 create-DSM-SqlDB.py",
993993
"ignoreErrors" : "false"
994994
},
995995
"2-create-db" : {
@@ -1063,12 +1063,12 @@
10631063
"fixManagerLoadBalancerSettings" : {
10641064
"files" : {
10651065
"/etc/cfn/create-console-listener" : {
1066-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/create-console-listener",
1066+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/create-console-listener",
10671067
"owner" : "root",
10681068
"mode" : "000700"
10691069
},
10701070
"/etc/cfn/set-lbSettings" : {
1071-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/set-lbSettings",
1071+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/set-lbSettings",
10721072
"owner" : "root",
10731073
"mode" : "000700"
10741074
}
@@ -1191,7 +1191,7 @@
11911191
"fixManagerHostObject" : {
11921192
"files" : {
11931193
"/etc/cfn/reactivate-manager" : {
1194-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/reactivate-manager",
1194+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/reactivate-manager",
11951195
"owner" : "root",
11961196
"mode" : "000700"
11971197
}

DeepSecurity/Marketplace/MasterMP96.template

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
],
308308
"Condition" : "LaunchRDSInstance",
309309
"Properties" : {
310-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Marketplace/DSM96MP.template",
310+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/DSM96MP.template",
311311
"Parameters" : {
312312
"AWSIKeyPairName" : {
313313
"Ref" : "AWSIKeyPairName"
@@ -403,7 +403,7 @@
403403
],
404404
"Condition" : "DSM96Node2DB",
405405
"Properties" : {
406-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Marketplace/DSM96MP.template",
406+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/DSM96MP.template",
407407
"Parameters" : {
408408
"AWSIKeyPairName" : {
409409
"Ref" : "AWSIKeyPairName"
@@ -489,7 +489,7 @@
489489
],
490490
"Condition" : "DoNotLaunchRDSInstance",
491491
"Properties" : {
492-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Marketplace/DSM96MP.template",
492+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/DSM96MP.template",
493493
"Parameters" : {
494494
"AWSIKeyPairName" : {
495495
"Ref" : "AWSIKeyPairName"
@@ -579,7 +579,7 @@
579579
"DependsOn" : "DSM1NoDBCompleteWaitCondition",
580580
"Condition" : "DSM96Node2NoDB",
581581
"Properties" : {
582-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Marketplace/DSM96MP.template",
582+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/DSM96MP.template",
583583
"Parameters" : {
584584
"AWSIKeyPairName" : {
585585
"Ref" : "AWSIKeyPairName"
@@ -660,7 +660,7 @@
660660
"Condition" : "LaunchRDSInstance",
661661
"DependsOn" : "DSIRDSSecurityGroup",
662662
"Properties" : {
663-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/DB/DSDBAbstract.template",
663+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/DB/DSDBAbstract.template",
664664
"Parameters" : {
665665
"DBPName" : {
666666
"Ref" : "DBPName"
@@ -707,7 +707,7 @@
707707
"Type" : "AWS::CloudFormation::Stack",
708708
"Condition" : "LaunchRDSInstance",
709709
"Properties" : {
710-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/SecurityGroups/RDSSecurityGroup.template",
710+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/SecurityGroups/RDSSecurityGroup.template",
711711
"Parameters" : {
712712
"AWSIVPC" : {
713713
"Ref" : "AWSIVPC"
@@ -727,7 +727,7 @@
727727
"DSIDSMSecurityGroup" : {
728728
"Type" : "AWS::CloudFormation::Stack",
729729
"Properties" : {
730-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/SecurityGroups/DSMSecurityGroup.template",
730+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/SecurityGroups/DSMSecurityGroup.template",
731731
"Parameters" : {
732732
"AWSIVPC" : {
733733
"Ref" : "AWSIVPC"
@@ -744,7 +744,7 @@
744744
"DSIELB" : {
745745
"Type" : "AWS::CloudFormation::Stack",
746746
"Properties" : {
747-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/DSM96ELB.template",
747+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/DSM96ELB.template",
748748
"Parameters" : {
749749
"AWSIVPC" : {
750750
"Ref" : "AWSIVPC"
@@ -765,7 +765,7 @@
765765
"DSIDSMSecurityGroupIngressRules" : {
766766
"Type" : "AWS::CloudFormation::Stack",
767767
"Properties" : {
768-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/SecurityGroups/DSMSGIngressRules.template",
768+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/SecurityGroups/DSMSGIngressRules.template",
769769
"Parameters" : {
770770
"DSMSG" : {
771771
"Fn::GetAtt" : [

DeepSecurity/Quickstart/TMQuickStart.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"Type" : "AWS::CloudFormation::Stack",
249249
"Condition" : "PerHostSupportedRegion",
250250
"Properties" : {
251-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Marketplace/MasterMP96.template",
251+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/MasterMP96.template",
252252
"Parameters" : {
253253
"AWSIKeyPairName" : {
254254
"Ref" : "AWSKeyPairName"

DeepSecurity/Quickstart/TMQuickStartBYOL.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"MasterMP96" : {
254254
"Type" : "AWS::CloudFormation::Stack",
255255
"Properties" : {
256-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Marketplace/MasterMP96.template",
256+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/MasterMP96.template",
257257
"Parameters" : {
258258
"AWSIKeyPairName" : {
259259
"Ref" : "AWSKeyPairName"

DeepSecurity/Quickstart/TMQuickStartPPU.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"MasterMP96" : {
218218
"Type" : "AWS::CloudFormation::Stack",
219219
"Properties" : {
220-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Marketplace/MasterMP96.template",
220+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/MasterMP96.template",
221221
"Parameters" : {
222222
"AWSIKeyPairName" : {
223223
"Ref" : "AWSKeyPairName"

DeepSecurity/Quickstart/TMQuickStartPoc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"MasterMP96" : {
170170
"Type" : "AWS::CloudFormation::Stack",
171171
"Properties" : {
172-
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.1/Marketplace/MasterMP96.template",
172+
"TemplateURL" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Marketplace/MasterMP96.template",
173173
"Parameters" : {
174174
"AWSIKeyPairName" : {
175175
"Ref" : "AWSKeyPairName"

DeepSecurity/RHEL/DSM96RH.template

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
"installDSM" : {
715715
"files" : {
716716
"/etc/systemd/system/dsm_s.service" : {
717-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/dsm_s.service",
717+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/dsm_s.service",
718718
"owner" : "root",
719719
"mode" : "00755"
720720
}
@@ -747,17 +747,17 @@
747747
"addCloudAccount" : {
748748
"files" : {
749749
"/etc/cfn/set-aiaSettings" : {
750-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/set-aiaSettings",
750+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/set-aiaSettings",
751751
"owner" : "root",
752752
"mode" : "000700"
753753
},
754754
"/etc/cfn/createCloudAccount" : {
755-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/createCloudAccount",
755+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/createCloudAccount",
756756
"owner" : "root",
757757
"mode" : "000700"
758758
},
759759
"/etc/cfn/wait-for-relay-and-stop-manager" : {
760-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/wait-for-relay-and-stop-manager",
760+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/wait-for-relay-and-stop-manager",
761761
"owner" : "root",
762762
"mode" : "000700"
763763
}
@@ -852,7 +852,7 @@
852852
"sqlSetup" : {
853853
"commands" : {
854854
"1-get-sql-helper" : {
855-
"command" : "cd /etc/cfn/rhel-scripts; curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/cfn-rh-sql; chmod 775 cfn-rh-sql",
855+
"command" : "cd /etc/cfn/rhel-scripts; curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/cfn-rh-sql; chmod 775 cfn-rh-sql",
856856
"ignoreErrors" : "false"
857857
},
858858
"2-run-helper" : {
@@ -922,12 +922,12 @@
922922
"fixManagerLoadBalancerSettings" : {
923923
"files" : {
924924
"/etc/cfn/create-console-listener" : {
925-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/create-console-listener",
925+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/create-console-listener",
926926
"owner" : "root",
927927
"mode" : "000700"
928928
},
929929
"/etc/cfn/set-lbSettings" : {
930-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/set-lbSettings",
930+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/set-lbSettings",
931931
"owner" : "root",
932932
"mode" : "000700"
933933
}
@@ -1050,7 +1050,7 @@
10501050
"fixManagerHostObject" : {
10511051
"files" : {
10521052
"/etc/cfn/reactivate-manager" : {
1053-
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/reactivate-manager",
1053+
"source" : "https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/reactivate-manager",
10541054
"owner" : "root",
10551055
"mode" : "000700"
10561056
}
@@ -1121,7 +1121,7 @@
11211121
[
11221122
"#!/bin/bash -xe\n",
11231123
"# cloud-init\n",
1124-
"curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.3/Common/Scripts/cfn-rh-helper\n",
1124+
"curl -O https://s3.amazonaws.com/trend-micro-quick-start/v3.4/Common/Scripts/cfn-rh-helper\n",
11251125
"sh cfn-rh-helper >> cfn-rh-helper.log\n",
11261126
"cfn-init -v ",
11271127
" --stack ",

0 commit comments

Comments
 (0)