Skip to content

Commit

Permalink
Merge pull request #112 from CSSE6400/86
Browse files Browse the repository at this point in the history
ammendment to lb adr
  • Loading branch information
86LAK authored May 26, 2024
2 parents 21a5e6d + 263f4c9 commit 2207d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/adrs/ADR006_LOAD_BALANCERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ This ADR is about putting a lb in front of the backend

## Outcome

By implementing this we have increased the availability of our system. Prior to this, if the backend went down we needed to run a full teardown of the entire system so that the frontend could be passed the link to the backend. By using a lb in between the frontend and backend, we do not need to do this. The frontend can be passed the link to the lb and the lb can be passed the link to the backend. This means that if the backend goes down, the autoscaling group can recover it and no other services will need to be restarted.
By implementing this we have increased the availability of our system. Prior to this, if the backend went down we needed to run a full teardown of the entire system so that the frontend could be passed the link to the backend. By using a lb in between the frontend and backend, we do not need to do this. The frontend can be passed the link to the lb. This means that if the backend goes down, the autoscaling group can recover it and no other services will need to be restarted to reconnect them.

0 comments on commit 2207d9d

Please sign in to comment.