Skip to content

Commit

Permalink
Update aws-multi-az.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Mar 6, 2025
1 parent 13127f8 commit 059ac18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aws-multi-az.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LoxiLB supports stateful HA configuration in various cloud environments such as AWS. Especially for AWS, one can configure HA using the Floating IP [pattern](https://docs.aws.amazon.com/whitepapers/latest/real-time-communication-on-aws/floating-ip-pattern-for-ha-between-activestandby-stateful-servers.html), together with [LoxiLB](https://github.com/loxilb-io/loxilb).

The HA configuration described in the above [document](https://docs.aws.amazon.com/whitepapers/latest/real-time-communication-on-aws/floating-ip-pattern-for-ha-between-activestandby-stateful-servers.html) has certain limitations. It could only be configured within a single Availability-Zone(AZ). The HA instances need to share the VIP of the same subnet in order to provide a single access point to users, but this configuration was so far not possible in a multi-AZ environment. This blog explains how to deploy LoxiLB in a multi-AZ environment and configure HA.
The HA configuration described in the above [document](https://docs.aws.amazon.com/whitepapers/latest/real-time-communication-on-aws/floating-ip-pattern-for-ha-between-activestandby-stateful-servers.html) has certain limitations. It could only be configured within a single Availability-Zone(AZ). In real world, the HA instances need to share the VIP of the same subnet in order to provide a single access point to users, but this configuration was so far not possible in a multi-AZ environment. This blog explains how to deploy LoxiLB in a multi-AZ environment with single VIP and configure HA.

### Overall Scenario

Expand Down

0 comments on commit 059ac18

Please sign in to comment.