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

Commit 3694ce8

Browse files
committed
Add M4 instance types; add Agent Download URL to support automation of deploying agents from cloudformation in the same stack as master template
1 parent 32dcfb1 commit 3694ce8

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

DeepSecurity/RHEL/MasterRH96.template

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
"Description" : "Trend Micro Deep Security Database instance class",
7575
"Type" : "String",
7676
"AllowedValues" : [
77+
"db.m4.medium",
78+
"db.m4.large",
79+
"db.m4.xlarge",
80+
"db.m4.2xlarge",
7781
"db.m3.medium",
7882
"db.m3.large",
7983
"db.m3.xlarge",
@@ -950,6 +954,38 @@
950954
]
951955
}
952956
},
957+
"DeepSecurityAgentDownload" : {
958+
"Value" : {
959+
"Fn::Join" : [
960+
"",
961+
[
962+
"https://",
963+
{
964+
"Fn::If" : [
965+
"InternetFacingELB",
966+
{
967+
"Fn::GetAtt" : [
968+
"DSIELB",
969+
"Outputs.ELBFQDN"
970+
]
971+
},
972+
{
973+
"Fn::GetAtt" : [
974+
"DSIELB",
975+
"Outputs.PrivateELBFQDN"
976+
]
977+
}
978+
]
979+
},
980+
":",
981+
{
982+
"Ref" : "DSIPGUIPort"
983+
},
984+
"/"
985+
]
986+
]
987+
}
988+
},
953989
"DeepSecurityHeartbeat" : {
954990
"Value" : {
955991
"Fn::Join" : [

0 commit comments

Comments
 (0)