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

Commit 38bb270

Browse files
committed
Support PerHost AMI in ap-southeast-2
Added appropraite AMI to mapping in DSM96MP.template Added condition for region is ap-southeast-2 in TMQuickStart.template Updated RegionIsSupported mapping in TMQuickstart.template
1 parent d08cd39 commit 38bb270

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

DeepSecurity/Marketplace/DSM96MP.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
"200" : "ami-2bd60248"
266266
},
267267
"ap-northeast-1" : {
268+
"PerHost" : "ami-cbefc2a8",
268269
"BYOL" : "ami-d854beb9",
269270
"25" : "ami-b2aeb2dc",
270271
"50" : "ami-b2aeb2dc",

DeepSecurity/Quickstart/TMQuickStart.template

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,18 @@
367367
"eu-west-1"
368368
]
369369
},
370+
"RegionIsApSoutheast2" : {
371+
"Fn::Equals" : [
372+
{ "Ref" : "AWS::Region" },
373+
"ap-southeast-2"
374+
]
375+
},
370376
"PerHostSupportedRegion" : {
371377
"Fn::Or" : [
372378
{ "Condition" : "RegionIsWest2" },
373379
{ "Condition" : "RegionIsEast1" },
374-
{ "Condition" : "RegionIsEuWest1" }
380+
{ "Condition" : "RegionIsEuWest1" },
381+
{ "Condition" : "RegionIsApSoutheast2" }
375382
]
376383
}
377384
},

0 commit comments

Comments
 (0)