From 28f7844d37f86b9014827cf6383c37bf45b5dd69 Mon Sep 17 00:00:00 2001 From: Travis Martin Date: Tue, 11 Mar 2025 12:59:08 -0700 Subject: [PATCH] Unpublished Global Server Load Balancing with Amazon Route 53 and NGINX Plus --- .../route-53-global-server-load-balancing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/nginx/deployment-guides/amazon-web-services/route-53-global-server-load-balancing.md b/content/nginx/deployment-guides/amazon-web-services/route-53-global-server-load-balancing.md index b04f7f557..be57bb386 100644 --- a/content/nginx/deployment-guides/amazon-web-services/route-53-global-server-load-balancing.md +++ b/content/nginx/deployment-guides/amazon-web-services/route-53-global-server-load-balancing.md @@ -7,6 +7,8 @@ doctypes: title: Global Server Load Balancing with Amazon Route 53 and NGINX Plus toc: true weight: 300 +draft: true +noindex: true --- This deployment guide explains how to configure global server load balancing (GSLB) of traffic for web domains hosted in Amazon [Elastic Compute Cloud](https://aws.amazon.com/ec2/) (EC2). For high availability and improved performance, you set up multiple backend servers (web servers, application servers, or both) for a domain in two or more AWS regions. Within each region, NGINX Plus load balances traffic across the backend servers.