I'm looking for a way to attach ECS instances to an existing ALB server group using the AliCloud provider. Unless I'm missing something, it seems that server attachment is possible only when creating a new ALB server group using the servers block in the alicloud_alb_server_group resource, but there's no obvious way to form an attachment with an existing server group.
Interestingly enough, this is easily achievable for Classic Load Balancers (aka SLB), but not for Application Load Balancers which are supposedly more modern.
Hi @ori-nat I am sorry for late reply. Currently, there is missing a resource alicloud_alb_server_group_attachment, and we will support it asap, and let you know after releasing it. Please be patient.
Hi,
I'm looking for a way to attach ECS instances to an existing ALB server group using the AliCloud provider. Unless I'm missing something, it seems that server attachment is possible only when creating a new ALB server group using the
servers
block in thealicloud_alb_server_group
resource, but there's no obvious way to form an attachment with an existing server group.Interestingly enough, this is easily achievable for Classic Load Balancers (aka SLB), but not for Application Load Balancers which are supposedly more modern.
Any ideas?