Deregistration Delayとは?
deregistration delayは、connection drainingとも呼ばれ、load balancerがbackendをローテーションから完全に外す前に待機する間隔です。この期間中、新しいリクエストの送信を止めつつ、既存のものは完了させます。これにより、インスタンスが置き換えられたりscale inされたりするときにアクティブな接続を切断することを防ぎます。
なぜ重要か
drainingは、deployやscale-downの間のリクエストの取りこぼしや壊れた応答を回避します。短すぎると遅いリクエストを切断し、長すぎるとrolloutが停滞します。
関連ガイド
What Is a Health Check Grace Period?A health check grace period is a window after a new instance starts during which failed health checks are ign…
What Is a Target Group?A target group is a named set of backend endpoints that a load balancer routes traffic to and runs health che…
What Is an Instance Refresh?An instance refresh is a controlled, rolling replacement of the instances in a scaling group so they pick up…