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/aws-direct-connect.adoc
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,22 @@
4
4
5
5
:_mod-docs-content-type: PROCEDURE
6
6
[id="aws-direct-connect_{context}"]
7
-
= Configure AWS Direct Connect
7
+
= Configuring AWS Direct Connect
8
8
9
-
[role="_abstract"]
10
-
Configure AWS Direct Connect to establish a dedicated network connection between your remote network and your {product-title} cluster Virtual Private Cloud (VPC).
11
9
12
-
{AWS} Direct Connect requires a hosted Virtual Interface (VIF) connected to a Direct Connect Gateway (DXGateway), which is in turn associated to a Virtual Gateway (VGW) or a Transit Gateway. This allows you to access a remote VPC in the same or another account.
10
+
{AWS} Direct Connect requires a hosted Virtual Interface (VIF) connected to a Direct Connect Gateway (DXGateway), which is in turn associated to a Virtual Gateway (VGW) or a Transit Gateway in order to access a remote Virtual Private Cloud (VPC) in the same or another account.
11
+
12
+
If you do not have an existing DXGateway, the typical process involves creating the hosted VIF, with the DXGateway and VGW being created in your AWS account.
13
+
14
+
If you have an existing DXGateway connected to one or more existing VGWs, the process involves your AWS account sending an Association Proposal to the DXGateway owner. The DXGateway owner must ensure that the proposed CIDR will not conflict with any other VGWs they have associated.
13
15
14
16
.Prerequisites
15
17
16
-
* The Classless Inter-Domain Routing (CIDR) range of the {product-title} VPC does not conflict with any other associated VGWs.
18
+
* Confirm the CIDR range of the {product-title} VPC will not conflict with any other VGWs you have associated.
17
19
* Gather the following information:
18
20
** The Direct Connect Gateway ID.
19
21
** The AWS Account ID associated with the virtual interface.
20
-
** The Border Gateway Protocol (BGP) Autonomous System Number (ASN) assigned for the DXGateway. Optional: the Amazon default ASN may also be used.
22
+
** The BGPASN assigned for the DXGateway. Optional: the Amazon default ASN may also be used.
21
23
22
24
.Procedure
23
25
@@ -32,4 +34,9 @@ Configure AWS Direct Connect to establish a dedicated network connection between
32
34
[WARNING]
33
35
====
34
36
When connecting to an existing DXGateway, you are responsible for the link:https://aws.amazon.com/directconnect/pricing/[costs].
35
-
====
37
+
====
38
+
39
+
[role="_additional-resources"]
40
+
.Additional resources
41
+
42
+
* For more information and troubleshooting help, see the link:https://docs.aws.amazon.com/directconnect/latest/UserGuide/Welcome.html[AWS Direct Connect] guide.
Copy file name to clipboardExpand all lines: modules/aws-vpc.adoc
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,16 @@
4
4
5
5
:_mod-docs-content-type: PROCEDURE
6
6
[id="aws-vpc_{context}"]
7
-
= Configure AWS Virtual Private Cloud peering
7
+
= Configuring AWS VPC peering
8
8
9
-
[role="_abstract"]
10
-
Configure an {AWS} Virtual Private Cloud (VPC) peering connection to route traffic between two VPCs using private IPv4 or IPv6 addresses.
11
9
12
-
[IMPORTANT]
10
+
A Virtual Private Cloud (VPC) peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses. You can configure an {AWS} VPC containing an {product-title} cluster to peer with another AWS VPC network.
11
+
12
+
[WARNING]
13
13
====
14
14
Before you attempt to uninstall a cluster, you must remove any VPC peering connections from the cluster's VPC. Failure to do so might result in a cluster not completing the uninstall process.
15
-
====
16
15
17
-
[NOTE]
18
-
====
19
-
AWS supports inter-region VPC peering between all commercial regions excluding China. For more information, see link:https://aws.amazon.com/vpc/faqs/#Peering_Connections[AWS VPC FAQs].
16
+
AWS supports inter-region VPC peering between all commercial regions link:https://aws.amazon.com/vpc/faqs/#Peering_Connections[excluding China].
20
17
====
21
18
22
19
.Prerequisites
@@ -25,8 +22,8 @@ AWS supports inter-region VPC peering between all commercial regions excluding C
* The CIDR block of the {product-title} Cluster VPC does not overlap or match the Customer VPC CIDR block. See the Amazon VPC link:https://docs.aws.amazon.com/vpc/latest/peering/invalid-peering-configurations.html[Unsupported VPC peering configurations] documentation for details on invalid configurations.
25
+
** Customer VPC CIDR
26
+
* Check the CIDR block used by the {product-title} Cluster VPC. If it overlaps or matches the CIDR block for the Customer VPC, then peering between these two VPCs is not possible; see the Amazon VPC link:https://docs.aws.amazon.com/vpc/latest/peering/invalid-peering-configurations.html[Unsupported VPC peering configurations] documentation for details. If the CIDR blocks do not overlap, you can proceed with the procedure.
30
27
31
28
.Procedure
32
29
@@ -39,4 +36,4 @@ AWS supports inter-region VPC peering between all commercial regions excluding C
Copy file name to clipboardExpand all lines: modules/aws-vpn.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,25 @@
4
4
5
5
:_mod-docs-content-type: PROCEDURE
6
6
[id="aws-vpn_{context}"]
7
-
= Configure an AWS Virtual Private Network
7
+
= Configuring an AWS VPN
8
8
9
-
[role="_abstract"]
10
-
Configure an AWS Site-to-Site Virtual Private Network (VPN) connection to enable secure communication between your {product-title} cluster Virtual Private Cloud (VPC) and your remote on-site network.
9
+
10
+
You can configure an {AWS}{product-title} cluster to use a customer’s on-site hardware Virtual Private Network (VPN) device. By default, instances that you launch into an AWS Virtual Private Cloud (VPC) cannot communicate with your own (remote) network. You can enable access to your remote network from your VPC by creating an AWS Site-to-Site VPN connection, and configuring routing to pass traffic through the connection.
11
11
12
12
[NOTE]
13
13
====
14
-
AWS VPN does not currently provide a managed option to apply Network Address Translation (NAT) to VPN traffic. See the link:https://aws.amazon.com/premiumsupport/knowledge-center/configure-nat-for-vpn-traffic/[AWS Knowledge Center] for more details.
14
+
AWS VPN does not currently provide a managed option to apply NAT to VPN traffic. See the link:https://aws.amazon.com/premiumsupport/knowledge-center/configure-nat-for-vpn-traffic/[AWS Knowledge Center] for more details.
15
15
16
16
Routing all traffic, for example `0.0.0.0/0`, through a private connection is not supported. This requires deleting the internet gateway, which disables SRE management traffic.
17
17
====
18
18
19
19
.Prerequisites
20
20
21
-
* Hardware VPN gateway device model and software version, for example Cisco Adaptive Security Appliance (ASA) running version 8.3. See the link:https://docs.aws.amazon.com/vpc/latest/adminguide/Introduction.html#DevicesTested[AWS documentation] to confirm whether your gateway device is supported by AWS.
21
+
* Hardware VPN gateway device model and software version, for example Cisco ASA running version 8.3. See the link:https://docs.aws.amazon.com/vpc/latest/adminguide/Introduction.html#DevicesTested[AWS documentation] to confirm whether your gateway device is supported by AWS.
22
22
* Public, static IP address for the VPN gateway device.
23
-
* Border Gateway Protocol (BGP) or static routing: if BGP, the Autonomous System Number (ASN) is available. If static routing, at least one static route is configured.
24
-
* Optional: Internet Protocol (IP) address and port/protocol of a reachable service to test the VPN connection.
23
+
* BGP or static routing: if BGP, the ASN is required. If static routing, you must
24
+
configure at least one static route.
25
+
* Optional: IP and port/protocol of a reachable service to test the VPN connection.
25
26
26
27
.Procedure
27
28
@@ -43,4 +44,4 @@ Note the VPC subnet information, which you must add to your configuration as the
Copy file name to clipboardExpand all lines: modules/cloud-experts-deploying-application-scaling-node-autoscaling.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
[role="_abstract"]
10
10
{product-title} allows you to use node autoscaling. In this scenario, you will create a new project with a job that has a large workload that the cluster cannot handle. With autoscaling enabled, when the load is larger than your current capacity, the cluster will automatically create new nodes to handle the load.
11
11
12
-
{product-title} allows you to use link:https://docs.openshift.com/rosa/rosa_cluster_admin/rosa-nodes-about-autoscaling-nodes.html[node autoscaling]. In this scenario, you will create a new project with a job that has a large workload that the cluster cannot handle. With autoscaling enabled, when the load is larger than your current capacity, the cluster will automatically create new nodes to handle the load.
12
+
{product-title} allows you to use link:https://docs.openshift.com/rosa/rosa_cluster_admin/rosa_nodes/rosa-nodes-about-autoscaling-nodes.html[node autoscaling]. In this scenario, you will create a new project with a job that has a large workload that the cluster cannot handle. With autoscaling enabled, when the load is larger than your current capacity, the cluster will automatically create new nodes to handle the load.
Copy file name to clipboardExpand all lines: modules/cluster-autoscaler-about.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@
10
10
11
11
:_mod-docs-content-type: CONCEPT
12
12
[id="cluster-autoscaler-about_{context}"]
13
-
= The cluster autoscaler
13
+
= About the cluster autoscaler
14
14
15
15
[role="_abstract"]
16
-
The cluster autoscaler adjusts the size of an {product-title} cluster to meet its current deployment needs. It uses declarative, Kubernetes-style arguments to provide infrastructure management that does not rely on objects of a specific cloud provider.
16
+
The cluster autoscaler adjusts the size of an {product-title} cluster to meet its current deployment needs. It uses declarative, Kubernetes-style arguments to provide infrastructure management that does not rely on objects of a specific cloud provider. The cluster autoscaler has a cluster scope, and is not associated with a particular namespace.
17
17
ifdef::openshift-rosa-hcp[]
18
18
In {product-title}, the Cluster Autoscaler is fully managed, which means it is hosted along with the control plane.
Copy file name to clipboardExpand all lines: modules/config-aws-access.adoc
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@
4
4
5
5
:_mod-docs-content-type: PROCEDURE
6
6
[id="config-aws-access_{context}"]
7
-
= Configure AWS infrastructure access
8
7
9
-
[role="_abstract"]
10
-
Configure AWS infrastructure access to enable AWS Identity and Access Management (IAM) users to have federated access to the AWS Management Console for your {product-title} cluster.
8
+
= Configuring AWS infrastructure access
9
+
10
+
// TODO: I see {AWS} and {GCP} only used a handful of time, but their written out form much more. Should all hardcoded instances be updated to use the attributes?
11
+
{AWS} infrastructure access allows link:https://access.redhat.com/node/3610411[Customer Portal Organization Administrators] and cluster owners to enable AWS Identity and Access Management (IAM) users to have federated access to the AWS Management Console for their {product-title} cluster. Administrators can select between `Network Management` or `Read-only` access options.
11
12
12
13
.Prerequisites
13
14
@@ -53,7 +54,7 @@ It is not recommended to set a permissions boundary.
53
54
54
55
.. Click *Next: Tags*, then click *Next: Review*. Confirm the configuration is correct.
55
56
.. Click *Create user*, a success page appears.
56
-
.. Gather the IAM user’s Amazon Resource Name (ARN). The ARN has the following format: `arn:aws:iam::000111222333:user/username`. Click *Close*.
57
+
.. Gather the IAM user’s Amazon Resource Name (ARN). The ARN will have the following format: `arn:aws:iam::000111222333:user/username`. Click *Close*.
57
58
58
59
. Open {cluster-manager-url} in your browser and select the cluster you want to allow AWS infrastructure access.
59
60
@@ -65,6 +66,10 @@ It is not recommended to set a permissions boundary.
65
66
66
67
. Sign in to your AWS account with your Account ID or alias, IAM user name, and password.
67
68
68
-
. In a new browser tab, paste the AWS OSD Console URL that routes to the AWS Switch Role page.
69
+
. In a new browser tab, paste the AWS OSD Console URL that will be used to route to the AWS Switch Role page.
70
+
71
+
. Your account number and role will be filled in already. Choose a display name if necessary, then click *Switch Role*.
72
+
73
+
.Verification
69
74
70
-
. Your account number and role are filled in already. Choose a display name if necessary, then click *Switch Role*.
75
+
* You now see *VPC* under *Recently visited services*.
0 commit comments