Skip to content

Commit 3890598

Browse files
MV1205mjang
andauthored
Update high-availability-keepalived.md
Co-authored-by: Mike Jang <[email protected]>
1 parent b139803 commit 3890598

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/nginx/deployment-guides/amazon-web-services/high-availability-keepalived.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ One method for deploying NGINX Plus in a highly available manner on AWS is to us
2424
- It increases the cost of your deployment.
2525

2626
- It limits the number of protocols NGINX Plus and your applications can support. In particular, ELB does not support UDP load balancing.
27-
2827
- It does not provide a single static IP address for NGINX Plus instances, which is a crucial need for some applications.
2928

3029
This guide explains how to create an active‑passive HA deployment of NGINX Plus on AWS that doesn’t need ELB and thus isn't subject to its disadvantages. It combines the `keepalived`‑based solution with AWS’s [Elastic IP address](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) feature. Most importantly, this method addresses the need for a single IP address: as long as the primary NGINX Plus instance is operating correctly, it has the Elastic IP address. If the primary fails, the backup instance becomes the primary and reassociates the Elastic IP address with itself, as shown in the figure.

0 commit comments

Comments
 (0)