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: modules/ccs-aws-provisioned.adoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,12 @@ Two buckets are required with a typical size of 2 TB each.
64
64
Customers should expect to see one VPC per cluster. Additionally, the VPC needs the following configurations:
65
65
66
66
* *Subnets*: Two subnets for a cluster with a single availability zone, or six subnets for a cluster with multiple availability zones.
67
-
67
+
+
68
+
[NOTE]
69
+
====
70
+
A *public subnet* connects directly to the internet through an internet gateway. A *private subnet* connects to the internet through a network address translation (NAT) gateway.
71
+
====
72
+
+
68
73
* *Route tables*: One route table per private subnet, and one additional table per cluster.
69
74
70
75
* *Internet gateways*: One Internet Gateway per cluster.
AWS provides multiple reference architectures that can be useful to customers when planning how to set up a configuration that uses AWS PrivateLink. Here are three examples:
21
25
26
+
[NOTE]
27
+
====
28
+
A *public subnet* connects directly to the internet through an internet gateway. A *private subnet* connects to the internet through a network address translation (NAT) gateway.
29
+
====
30
+
22
31
* VPC with a private subnet and AWS Site-to-Site VPN access.
23
32
+
24
33
This configuration enables you to extend your network into the cloud without exposing your network to the internet.
Copy file name to clipboardExpand all lines: modules/rosa-aws-provisioned.adoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,12 @@ Two buckets are required with a typical size of 2TB each.
67
67
Customers should expect to see one VPC per cluster. Additionally, the VPC will need the following configurations:
68
68
69
69
* *Subnets*: Two subnets for a cluster with a single availability zone, or six subnets for a cluster with multiple availability zones.
70
-
70
+
+
71
+
[NOTE]
72
+
====
73
+
A *public subnet* connects directly to the internet through an internet gateway. A *private subnet* connects to the internet through a network address translation (NAT) gateway.
74
+
====
75
+
+
71
76
* *Route tables*: One route table per private subnet, and one additional table per cluster.
72
77
73
78
* *Internet gateways*: One Internet Gateway per cluster.
0 commit comments