From 8e5f517643a35b3eccae50a294544d7924378357 Mon Sep 17 00:00:00 2001 From: Rahul sharma Date: Sat, 12 Dec 2020 15:16:40 +0530 Subject: [PATCH] LB Question (#122) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8629caf..9bf92b2 100644 --- a/README.md +++ b/README.md @@ -9392,6 +9392,15 @@ Pros: * Source IP hash
+ +
+Explain use case for connection draining?
+To ensure that a Classic Load Balancer stops sending requests to instances that are de-registering or unhealthy, while keeping the existing connections open, use connection draining. This enables the load balancer to complete in-flight requests made to instances that are de-registering or unhealthy. + +The maximum timeout value can be set between 1 and 3,600 seconds on both GCP and AWS. + +
+ #### Licenses