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

Commit 37e6ef9

Browse files
committed
Add SPS support for us-east-1, ap-northeast-2, ap-south-1
1 parent f4a99fc commit 37e6ef9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

DeepSecurity/Common/sps.template

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,15 @@
8181
},
8282
"ap-southeast-2" : {
8383
"64" : "ami-fea1f89d"
84-
}
84+
},
85+
"ap-northeast-2" : {
86+
"64" : "ami-2b5c9445"
87+
},
88+
"us-east-2" : {
89+
"64" : "ami-f2653f97"
90+
},
91+
"ap-south-1",
92+
"64" : "ami-6e304701"
8593
}
8694
},
8795
"Resources" : {

0 commit comments

Comments
 (0)