You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudformation/template-1.5.0.yaml
+7-55Lines changed: 7 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -127,32 +127,14 @@ Parameters:
127
127
- warn
128
128
- error
129
129
Description: Log level for Defguard Gateway component
130
-
DefguardCoreAmiId:
130
+
DefguardAmiId:
131
131
Type: String
132
-
Description: (Optional) Custom AMI ID for Defguard Core instance. If not provided, a default AMI will be used based on the region.
133
-
Default: "ami-089e02a9b43e74615"
132
+
Description: AMI ID for Defguard.
133
+
Default: "ami-01465cbd3f45f7cef"
134
134
SshKeyName:
135
135
Type: String
136
136
Description: (Optional) EC2 Key Pair name for SSH access to instances. If not provided, SSH access will not be available. Requires a manual setup of SSH security group rules afterwards.
137
137
Default: ""
138
-
DefguardProxyVersion:
139
-
Type: String
140
-
Default: "1.5.0"
141
-
Description: Version of Defguard Proxy package to install
142
-
DefguardGatewayVersion:
143
-
Type: String
144
-
Default: "1.5.0"
145
-
Description: Version of Defguard Gateway package to install
0 commit comments