如何在自动缩放组中添加 aws new elb
How to add aws new elb in autoscaling group
Aws 引入了一个新的 elb,叫做 alb,这个页面解释了如何在 auto scaling 组中添加 alb,但是在 aws 控制台中没有办法这样做。
有人知道将 alb 与自动缩放相关联吗?
If your load balancer is attached to an Auto Scaling group and the group
scales out, the targets added to the Auto Scaling group are
automatically registered with the target group configured for the Auto
Scaling group. If you detach the load balancer from the Auto Scaling
group, the targets in the Auto Scaling group are automatically
deregistered from the target group.
不能将alb集成到auto scaling组中,但可以集成target组(目标组为[ECS或EC2])。
查看此答案中的操作方法
Aws 引入了一个新的 elb,叫做 alb,这个页面解释了如何在 auto scaling 组中添加 alb,但是在 aws 控制台中没有办法这样做。 有人知道将 alb 与自动缩放相关联吗?
If your load balancer is attached to an Auto Scaling group and the group scales out, the targets added to the Auto Scaling group are automatically registered with the target group configured for the Auto Scaling group. If you detach the load balancer from the Auto Scaling group, the targets in the Auto Scaling group are automatically deregistered from the target group.
不能将alb集成到auto scaling组中,但可以集成target组(目标组为[ECS或EC2])。
查看此答案中的操作方法