我创建了一个应用程序负载均衡器并将其设置为公共。我已经对某些东西进行了分叉,并希望将其转换为内部负载均衡器,以便仅向 VPC 资源公开。但是当我将可见性选项从“公共”更改为“内部”时,我收到了这个错误 -
Updating Load Balancer listener named:
arn:aws:elasticloadbalancing:ap-south-1:xxxxxxxxx:listener/app/awseb-AWSEB-xxxxxxxxxxxxxx/xxxxxxxxxxxxxx/xxxxxxxxxxxxxx failed Reason:
The following target groups cannot be associated with more than one load balancer:
arn:aws:elasticloadbalancing:ap-south-1:xxxxxxxxxxxxxx:targetgroup/awseb-AWSEB-xxxxxxxxxxxxxx/xxxxxxxxxxxxxx
(Service: AmazonElasticLoadBalancingV2; Status Code: 400; Error Code: TargetGroupAssociationLimit)