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: aws/templates/cluster/cluster-master.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
AWSTemplateFormatVersion: 2010-09-09
3
3
Description: |
4
-
Deploy a Check Point Cluster in a new VPC (20260302).
4
+
Deploy a Check Point Cluster in a new VPC (20260407).
5
5
See CloudGuard Network for AWS Single Availability Zone Cluster Deployment guide for detailed deployment and configuration steps.
6
6
Metadata:
7
7
AWS::CloudFormation::Interface:
@@ -102,7 +102,7 @@ Metadata:
102
102
default: Secondary NTP server
103
103
Parameters:
104
104
AvailabilityZone:
105
-
Description: The availability zone in which to deploy the cluster.
105
+
Description: The availability zone in which to deploy the cluster. Pick a regional AZ (e.g. ap-southeast-2a) or a Local Zone (e.g. ap-southeast-2-per-1a) .
Deploys a Check Point Cluster into an existing VPC (20260302).
4
+
Deploys a Check Point Cluster into an existing VPC (20260407).
5
5
See CloudGuard Network for AWS Single Availability Zone Cluster Deployment guide for detailed deployment and configuration steps.
6
+
Mappings:
7
+
# Maps Local Zone AZ names to their NetworkBorderGroup.
8
+
# The NBG is the AZ name with the trailing AZ letter removed (e.g. ap-southeast-2-per-1a -> ap-southeast-2-per-1).
9
+
# Add new Local Zone AZs here as needed.
10
+
LocalZoneNetworkBorderGroups:
11
+
# Australia
12
+
ap-southeast-2-per-1a:
13
+
NBG: ap-southeast-2-per-1
14
+
# US East 1 Local Zones
15
+
us-east-1-atl-1a:
16
+
NBG: us-east-1-atl-1
17
+
us-east-1-bos-1a:
18
+
NBG: us-east-1-bos-1
19
+
us-east-1-chi-1a:
20
+
NBG: us-east-1-chi-1
21
+
us-east-1-dfw-1a:
22
+
NBG: us-east-1-dfw-1
23
+
us-east-1-iah-1a:
24
+
NBG: us-east-1-iah-1
25
+
us-east-1-mci-1a:
26
+
NBG: us-east-1-mci-1
27
+
us-east-1-mia-1a:
28
+
NBG: us-east-1-mia-1
29
+
us-east-1-msp-1a:
30
+
NBG: us-east-1-msp-1
31
+
us-east-1-nyc-1a:
32
+
NBG: us-east-1-nyc-1
33
+
us-east-1-phl-1a:
34
+
NBG: us-east-1-phl-1
35
+
# US West 2 Local Zones
36
+
us-west-2-den-1a:
37
+
NBG: us-west-2-den-1
38
+
us-west-2-las-1a:
39
+
NBG: us-west-2-las-1
40
+
us-west-2-lax-1a:
41
+
NBG: us-west-2-lax-1
42
+
us-west-2-lax-1b:
43
+
NBG: us-west-2-lax-1
44
+
us-west-2-phx-1a:
45
+
NBG: us-west-2-phx-1
46
+
us-west-2-sea-1a:
47
+
NBG: us-west-2-sea-1
48
+
# EU Local Zones
49
+
eu-central-1-ham-1a:
50
+
NBG: eu-central-1-ham-1
51
+
eu-central-1-waw-1a:
52
+
NBG: eu-central-1-waw-1
53
+
eu-west-2-man-1a:
54
+
NBG: eu-west-2-man-1
55
+
# AP Local Zones
56
+
ap-northeast-1-tpe-1a:
57
+
NBG: ap-northeast-1-tpe-1
58
+
ap-northeast-2-sel-1a:
59
+
NBG: ap-northeast-2-sel-1
60
+
ap-southeast-1-kul-1a:
61
+
NBG: ap-southeast-1-kul-1
62
+
ap-southeast-1-sin-1a:
63
+
NBG: ap-southeast-1-sin-1
64
+
ap-southeast-4-mel-1a:
65
+
NBG: ap-southeast-4-mel-1
6
66
Metadata:
7
67
AWS::CloudFormation::Interface:
8
68
ParameterGroups:
@@ -19,6 +79,7 @@ Metadata:
19
79
- VPC
20
80
- PublicSubnet
21
81
- PrivateSubnet
82
+
- LocalZoneAz
22
83
- Label:
23
84
default: Advanced Settings
24
85
Parameters:
@@ -51,6 +112,8 @@ Metadata:
51
112
default: Public subnet
52
113
PrivateSubnet:
53
114
default: Private subnet
115
+
LocalZoneAz:
116
+
default: Local Zone availability zone
54
117
InternalRouteTable:
55
118
default: Internal route table
56
119
GatewayName:
@@ -116,6 +179,10 @@ Parameters:
116
179
Description: The private subnet of the cluster. The cluster's private IPs will be generated from this subnet.
117
180
Type: AWS::EC2::Subnet::Id
118
181
MinLength: 1
182
+
LocalZoneAz:
183
+
Description: Use only for Local Zone subnets. This value must match the Local Zone AZ of the selected subnets and is used only to derive the correct NetworkBorderGroup for EIP allocation. Leave empty for regional subnets. This parameter does not control resource placement.
184
+
Type: String
185
+
Default: ''
119
186
InternalRouteTable:
120
187
Description: The route table ID in which to set 0.0.0.0/0 route to the Active Cluster member instance in this route table (e.g. rtb-12a34567). Route table cannot have an existing 0.0.0.0/0 route. If empty - traffic will not be routed through the Security Cluster, this requires manual configuration in the route table. (optional)
121
188
Type: String
@@ -355,7 +422,7 @@ Parameters:
355
422
MinLength: 1
356
423
ConstraintDescription: must be the name of an existing EC2 KeyPair.
357
424
AllocatePublicAddress:
358
-
Description: Allocate an Elastic IP for each cluster member, in addition to the shared cluster Elastic IP.
425
+
Description: Allocate Elastic IPs for cluster members and the shared cluster IP. When false, no public IP addresses will be allocated.
0 commit comments