7

我创建了一个应用程序负载均衡器并将其设置为公共。我已经对某些东西进行了分叉,并希望将其转换为内部负载均衡器,以便仅向 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)
4

2 回答 2

7

我最近遇到了这个问题。要修复它,我必须禁用规则侦听器。之后,我能够将其从公共设置为内部。

于 2020-04-21T16:37:29.667 回答
0

只是禁用侦听器对我有帮助,我猜它在更改可见性类型时无法绑定到同一个端口。

于 2022-01-13T14:28:06.817 回答