Skip to content

Commit f3c32d3

Browse files
committed
OCPBUGS-8097-re: Updated ELB nomenclature throughout docs
1 parent 9a66b61 commit f3c32d3

6 files changed

+11
-11
lines changed

modules/aws-limits.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ To use the `us-east-1` region, you must increase the EIP limit for your account.
4747
|5 VPCs per region
4848
|Each cluster creates its own VPC.
4949

50-
|Elastic Load Balancing (ELB/NLB)
50+
|Elastic Load Balancing (ELB)
5151
|3
5252
|20 per region
53-
|By default, each cluster creates internal and external network load balancers for the primary API server and a single classic elastic load balancer for the router. Deploying more Kubernetes LoadBalancer Service objects will create additional link:https://aws.amazon.com/elasticloadbalancing/[load balancers].
53+
|By default, each cluster creates internal and external Network Load Balancers for the primary API server and a single Classic Load Balancer for the router. Deploying more Kubernetes LoadBalancer Service objects will create additional link:https://aws.amazon.com/elasticloadbalancing/[load balancers].
5454

5555

5656
|NAT Gateways
@@ -63,7 +63,7 @@ To use the `us-east-1` region, you must increase the EIP limit for your account.
6363
|350 per region
6464
|The default installation creates 21 ENIs and an ENI for each availability zone in your region. For example, the `us-east-1` region contains six availability zones, so a cluster that is deployed in that zone uses 27 ENIs. Review the link:https://aws.amazon.com/about-aws/global-infrastructure/[AWS region map] to determine how many availability zones are in each region.
6565

66-
Additional ENIs are created for additional machines and elastic load balancers that are created by cluster usage and deployed workloads.
66+
Additional ENIs are created for additional machines and load balancers that are created by cluster usage and deployed workloads.
6767

6868
|VPC Gateway
6969
|20

modules/ccs-aws-provisioned.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Volume requirements for each EC2 instance:
4646
* Input/output operations per second: 900
4747

4848
[id="aws-policy-elastic-load-balancers_{context}"]
49-
== Elastic load balancers
49+
== Elastic Load Balancing (ELB) load balancers
5050

51-
Up to two Network Load Balancers (NLBs) for API and up to two Classic Load Balancers (CLBs) for application router. For more information, see the link:https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products[ELB documentation for AWS].
51+
Up to two Network Load Balancers for API and up to two Classic Load Balancers for application router. For more information, see the link:https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products[ELB documentation for AWS].
5252

5353
[id="aws-policy-s3-storage_{context}"]
5454
== S3 storage

modules/dedicated-configuring-your-application-routes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="dedicated-configuring-your-application-routes_{context}"]
66
= Configuring your application routes
77

8-
When your cluster is provisioned, an AWS elastic load balancer (ELB) is created
8+
When your cluster is provisioned, an Elastic Load Balancing (ELB) load balancer is created
99
to route application traffic into the cluster. The domain for your ELB is configured to route application traffic via
1010
`http(s)://*.<cluster-id>.<shard-id>.p1.openshiftapps.com`. The `<shard-id>` is a
1111
random four-character string assigned to your cluster at creation time.

modules/dedicated-exposing-TCP-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{product-title} routes expose applications by proxying traffic through
99
HTTP/HTTPS(SNI)/TLS(SNI) to pods and services. A
1010
link:https://kubernetes.io/docs/concepts/services-networking/#loadbalancer[LoadBalancer]
11-
service creates an AWS Elastic Load Balancer (ELB) for your {product-title}
11+
service creates an Elastic Load Balancing (ELB) load balancer for your {product-title}
1212
cluster, enabling direct TCP access to applications exposed by your LoadBalancer
1313
service.
1414

modules/installation-aws-limits.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To use the `us-east-1` region, you must increase the EIP limit for your account.
6969
|3
7070
|20 per region
7171
|By default, each cluster creates internal and external network load balancers for the master
72-
API server and a single classic elastic load balancer for the router. Deploying
72+
API server and a single Classic Load Balancer for the router. Deploying
7373
more Kubernetes `Service` objects with type `LoadBalancer` will create additional
7474
link:https://aws.amazon.com/elasticloadbalancing/[load balancers].
7575

@@ -88,7 +88,7 @@ zones, so a cluster that is deployed in that zone uses 27 ENIs. Review the
8888
link:https://aws.amazon.com/about-aws/global-infrastructure/[AWS region map] to
8989
determine how many availability zones are in each region.
9090

91-
Additional ENIs are created for additional machines and elastic load balancers
91+
Additional ENIs are created for additional machines and ELB load balancers
9292
that are created by cluster usage and deployed workloads.
9393

9494
|VPC Gateway

modules/rosa-aws-provisioned.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Clusters deployed before the release of {OCP} 4.11 use gp2 type storage by defau
5252
[id="rosa-elastic-load-balancers_{context}"]
5353
== Elastic Load Balancing
5454

55-
Up to two Network Load Balancers (NLBs) for API and up to two Classic Load Balancers (CLBs) for application router. For more information, see the link:https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products[ELB documentation for AWS].
55+
Up to two Network Load Balancers for API and up to two Classic Load Balancers for application router. For more information, see the link:https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products[ELB documentation for AWS].
5656

5757
[id="rosa-s3-storage_{context}"]
5858
== S3 storage
@@ -87,7 +87,7 @@ image::VPC-Diagram.png[VPC Reference Architecture]
8787
[id="rosa-security-groups_{context}"]
8888
== Security groups
8989

90-
AWS security groups provide security at the protocol and port access level; they are associated with EC2 instances and Elastic Load Balancers. Each security group contains a set of rules that filter traffic coming in and out of an EC2 instance. You must ensure the ports required for the OpenShift installation are open on your network and configured to allow access between hosts.
90+
AWS security groups provide security at the protocol and port access level; they are associated with EC2 instances and Elastic Load Balancing (ELB) load balancers. Each security group contains a set of rules that filter traffic coming in and out of one or more EC2 instances. You must ensure the ports required for the OpenShift installation are open on your network and configured to allow access between hosts.
9191

9292
[cols="2a,2a,2a,2a",options="header"]
9393
|===

0 commit comments

Comments
 (0)