Target Groupとは?
target groupは、インスタンス、container、IPアドレスなどのbackendを、load balancerが1つのルーティング先として扱う論理的な集合です。load balancerは各メンバーのhealth checkを行い、正常なものにのみトラフィックを分配します。listenerのルールが、リクエストをどのtarget groupに送るかを決めます。
なぜ重要か
target groupは、blue-greenやweighted routingを結線する仕組みです。listenerを異なるグループに向けられるからです。deploy jobは多くの場合、新しいグループを登録し、listenerをそこへ切り替えます。
関連ガイド
What Is a Blue-Green Load Balancer?A blue-green load balancer is a traffic router that switches all requests from an old environment to a new on…
What Is Deregistration Delay?Deregistration delay is the time a load balancer keeps serving in-flight requests while draining a target bei…
What Is an Auto Scaling Group?An auto scaling group is a managed set of identical instances that automatically grows or shrinks to match de…