Skip to content

Commit b16df35

Browse files
authored
feat: Update heading style for NGINX Plus with AWS NLB documentation (#232)
Updated all titles from title case to sentence case
1 parent a97af20 commit b16df35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/nginx/deployment-guides/amazon-web-services/high-availability-network-load-balancer.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ NGINX Plus also provides reverse‑proxy and load balancing features, including
4141
- [Management and real‑time configuration changes with DevOps‑friendly tools](https://www.nginx.com/products/nginx/load-balancing/#load-balancing-api)
4242

4343
<span id="overview"></span>
44-
## Solution Overview
44+
## Solution overview
4545

4646
The combined solution described further in these instructions consists of:
4747

@@ -88,7 +88,7 @@ The steps to set up an AWS NLB for an HA, all‑active NGINX Plus deployment i
8888
- [Launch the AWS NLB](#nlb-launch)
8989

9090
<span id="nlb-eip"></span>
91-
### Allocate an Elastic IP Address
91+
### Allocate an Elastic IP address
9292

9393
The first step is to allocate an Elastic IP address, which becomes the fixed IP address for your AWS NLB. Using an Elastic IP address is optional, but it is strongly recommended that you do so. With a dynamic IP address, the AWS NLB might not remain reachable if you reconfigure or restart it.
9494

@@ -139,7 +139,7 @@ The new Elastic IP address displays on the **Elastic IPs** dashboard. Make a no
139139
5. Select the *Next: Configure Routing* button. The **Step 2: Configure Routing** window opens.
140140

141141
<span id="nlb-routing-options"></span>
142-
### Configure the AWS NLB Routing Options
142+
### Configure the AWS NLB routing options
143143

144144
In this step, you create a _target group_, using the **Step 2: Configure Routing** window. The target group contains the set of EC2 instances across which your AWS NLB load balances traffic. You specify those EC2 instances later, in the step [Register Instances in the Target Group](#nlb-register-instances)).
145145

@@ -169,7 +169,7 @@ In this step, you create a _target group_, using the **Step 2: Configure Routing
169169
3. Select the *Next: Register Targets* button. The **Step 3: Register Targets** window opens.
170170

171171
<span id="nlb-register-instances"></span>
172-
### Register Instances in the Target Group
172+
### Register instances in the target group
173173

174174
In this step, you add instances to the empty target group you created in the previous section. Use the the **Step 3: Register Targets** window to add both NGINX Plus load balancer instances.
175175

@@ -242,7 +242,7 @@ Use our Packer and Terraform scripts to completely automate the process:
242242
Once you have created and configured the EC2 instances, your prerequisites are complete. Continue to [Configure an AWS Network Load Balancer](#nlb-configure).
243243

244244
<span id="create-instance-install-nginx"></span>
245-
#### Create EC2 Instances and Install the NGINX Software
245+
#### Create EC2 instances and install the NGINX software
246246

247247
The deployed solution in these instructions uses six EC2 instances. Two instances run NGINX Plus. These load balance traffic to the other four instances, which run NGINX Open Source as a web server. The four NGINX Open Source instances deploy in two pairs; each pair runs a different app.
248248

@@ -267,7 +267,7 @@ Assign the following names to the instances, then install the indicated NGINX so
267267
<a href="/nginx/images/aws-nlb-instances-summary.png"><img src="/nginx/images/aws-nlb-instances-summary.png" alt="" width="1024" height="263" class="aligncenter size-full wp-image-54856" style="border:2px solid #666666; padding:2px; margin:2px;" /></a>
268268

269269
<span id="configure-web-servers"></span>
270-
#### Configure NGINX Open Source on the Web Servers
270+
#### Configure NGINX Open Source on the web servers
271271

272272
Configure NGINX Open Source instances as web servers. These should return a page specifying the server name, address, and other information. As an example, here's the page returned by *App 1*:
273273

@@ -285,7 +285,7 @@ Repeat the instructions on all four web servers:
285285
- <span style="color:#666666; font-weight:bolder">ngx-oss-app2-2</span>
286286

287287
<span id="configure-load-balancers"></span>
288-
#### Configure NGINX Plus on the Load Balancers
288+
#### Configure NGINX Plus on the load balancers
289289

290290
Configure NGINX Plus instances as load balancers. These distribute requests to NGINX Open Source web servers set up in [Configure NGINX Open Source on the Web Servers](#configure-web-servers).
291291

@@ -294,7 +294,7 @@ Use the *Step‑by‑step* instructions in our deployment guide, [Setting Up an
294294
Repeat the instructions on both <span style="color:#666666; font-weight:bolder; white-space: nowrap;">ngx-plus-1</span> and <span style="color:#666666; font-weight:bolder; white-space: nowrap;">ngx-plus-2</span>.
295295

296296
<span id="create-instances-automated"></span>
297-
### Automate Instance Setup with Packer and Terraform
297+
### Automate instance setup with Packer and Terraform
298298

299299
You can automate set up of the six instances described in these instructions. Automation is an alternative to creating and configuring each instance one at a time. To automate the set up, use the Packer and Terraform scripts from our [GitHub repository](https://github.com./nginxinc/NGINX-Demos/tree/master/aws-nlb-ha-asg). These scripts will:
300300

0 commit comments

Comments
 (0)